Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
det committed Mar 13, 2024
1 parent 027f9f2 commit 03293aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"lint:docs:js": "trunk check --filter=eslint docs --force",
"lint:docs:rule-examples": "node Makefile.js checkRuleExamples",
"lint:fix": "trunk check -y --ignore 'docs/**'",
"lint:fix:docs:js": "trunk check -y --filter=eslint -ignore '**' -ignore 'docs/**'",
"lint:fix:docs:js": "trunk check -y --filter=eslint -ignore '**' -ignore '!docs/**'",
"release:generate:alpha": "node Makefile.js generatePrerelease -- alpha",
"release:generate:beta": "node Makefile.js generatePrerelease -- beta",
"release:generate:latest": "node Makefile.js generateRelease",
Expand Down

0 comments on commit 03293aa

Please sign in to comment.