@@ -17,7 +17,7 @@ $ npm install -g @superdispatch/js-tools
1717$ js-tools COMMAND
1818running command...
1919$ js-tools (-v| --version| version)
20- @superdispatch/js-tools/0.8 .0 darwin-x64 node-v20.18.2
20+ @superdispatch/js-tools/0.9 .0 darwin-arm64 node-v20.0.0
2121$ js-tools --help [COMMAND]
2222USAGE
2323 $ js-tools COMMAND
@@ -50,18 +50,22 @@ USAGE
5050 $ js-tools lint
5151
5252OPTIONS
53- --cache Only check changed files
54- --fix Run auto-fixes
55- --help show CLI help
56- --quiet Do not emit warnings
53+ --cache Only check changed files
54+ --fix Run auto-fixes
55+ --help show CLI help
56+
57+ --maxWarnings=maxWarnings [default: -1] Maximum number of warnings after which the command will exit with a non-zero
58+ exit code
59+
60+ --quiet Do not emit warnings
5761
5862EXAMPLES
5963 $ js-tools lint --fix
6064 $ js-tools lint --quiet
6165 $ js-tools lint foo.js bar.js
6266```
6367
64- _ See code: [ dist/commands/lint/index.js] ( https://github.com/superdispatch/js-tools/blob/v0.8 .0/dist/commands/lint/index.js ) _
68+ _ See code: [ dist/commands/lint/index.js] ( https://github.com/superdispatch/js-tools/blob/v0.9 .0/dist/commands/lint/index.js ) _
6569
6670## ` js-tools lint:eslint `
6771
@@ -72,18 +76,22 @@ USAGE
7276 $ js-tools lint:eslint
7377
7478OPTIONS
75- --cache Only check changed files
76- --fix Run auto-fixes
77- --help show CLI help
78- --quiet Do not emit warnings
79+ --cache Only check changed files
80+ --fix Run auto-fixes
81+ --help show CLI help
82+
83+ --maxWarnings=maxWarnings [default: -1] Maximum number of warnings after which the command will exit with a non-zero
84+ exit code
85+
86+ --quiet Do not emit warnings
7987
8088EXAMPLES
8189 $ js-tools lint --fix
8290 $ js-tools lint --quiet
8391 $ js-tools lint foo.js bar.js
8492```
8593
86- _ See code: [ dist/commands/lint/eslint.js] ( https://github.com/superdispatch/js-tools/blob/v0.8 .0/dist/commands/lint/eslint.js ) _
94+ _ See code: [ dist/commands/lint/eslint.js] ( https://github.com/superdispatch/js-tools/blob/v0.9 .0/dist/commands/lint/eslint.js ) _
8795
8896## ` js-tools lint:prettier `
8997
@@ -94,18 +102,22 @@ USAGE
94102 $ js-tools lint:prettier
95103
96104OPTIONS
97- --cache Only check changed files
98- --fix Run auto-fixes
99- --help show CLI help
100- --quiet Do not emit warnings
105+ --cache Only check changed files
106+ --fix Run auto-fixes
107+ --help show CLI help
108+
109+ --maxWarnings=maxWarnings [default: -1] Maximum number of warnings after which the command will exit with a non-zero
110+ exit code
111+
112+ --quiet Do not emit warnings
101113
102114EXAMPLES
103115 $ js-tools lint --fix
104116 $ js-tools lint --quiet
105117 $ js-tools lint foo.js bar.js
106118```
107119
108- _ See code: [ dist/commands/lint/prettier.js] ( https://github.com/superdispatch/js-tools/blob/v0.8 .0/dist/commands/lint/prettier.js ) _
120+ _ See code: [ dist/commands/lint/prettier.js] ( https://github.com/superdispatch/js-tools/blob/v0.9 .0/dist/commands/lint/prettier.js ) _
109121
110122## ` js-tools lint:yarn-deduplicate `
111123
@@ -116,17 +128,21 @@ USAGE
116128 $ js-tools lint:yarn-deduplicate
117129
118130OPTIONS
119- --cache Only check changed files
120- --fix Run auto-fixes
121- --help show CLI help
122- --quiet Do not emit warnings
131+ --cache Only check changed files
132+ --fix Run auto-fixes
133+ --help show CLI help
134+
135+ --maxWarnings=maxWarnings [default: -1] Maximum number of warnings after which the command will exit with a non-zero
136+ exit code
137+
138+ --quiet Do not emit warnings
123139
124140EXAMPLES
125141 $ js-tools lint --fix
126142 $ js-tools lint --quiet
127143 $ js-tools lint foo.js bar.js
128144```
129145
130- _ See code: [ dist/commands/lint/yarn-deduplicate.js] ( https://github.com/superdispatch/js-tools/blob/v0.8 .0/dist/commands/lint/yarn-deduplicate.js ) _
146+ _ See code: [ dist/commands/lint/yarn-deduplicate.js] ( https://github.com/superdispatch/js-tools/blob/v0.9 .0/dist/commands/lint/yarn-deduplicate.js ) _
131147
132148<!-- commandsstop -->
0 commit comments