Skip to content

Commit a995acb

Browse files
chore: correct 'flter'/'filter' typo in package script (#19587)
1 parent 72650ac commit a995acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
"lint:docs:rule-examples": "node Makefile.js checkRuleExamples",
5959
"lint:unused": "knip",
6060
"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",
61+
"lint:fix:docs:js": "trunk check -y --ignore=** --ignore=!docs/**/*.js -a --filter=eslint && trunk check -y --ignore=** --ignore=!docs/**/*.js",
6262
"lint:rule-types": "node tools/update-rule-type-headers.js --check",
6363
"lint:types": "attw --pack",
6464
"release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",

0 commit comments

Comments
 (0)