We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72650ac commit a995acbCopy full SHA for a995acb
package.json
@@ -58,7 +58,7 @@
58
"lint:docs:rule-examples": "node Makefile.js checkRuleExamples",
59
"lint:unused": "knip",
60
"lint:fix": "trunk check -y --ignore=docs/**/*.js -a --filter=eslint && trunk check -y --ignore=docs/**/*.js",
61
- "lint:fix:docs:js": "trunk check -y --ignore=** --ignore=!docs/**/*.js -a --flter=eslint && trunk check -y --ignore=** --ignore=!docs/**/*.js",
+ "lint:fix:docs:js": "trunk check -y --ignore=** --ignore=!docs/**/*.js -a --filter=eslint && trunk check -y --ignore=** --ignore=!docs/**/*.js",
62
"lint:rule-types": "node tools/update-rule-type-headers.js --check",
63
"lint:types": "attw --pack",
64
"release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",
0 commit comments