Skip to content

Commit

Permalink
chore(eslint): test unused-directives in CI (#34092)
Browse files Browse the repository at this point in the history
  • Loading branch information
rarkins authored Feb 7, 2025
1 parent a5f044a commit 6236bab
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 @@ -24,7 +24,7 @@
"lint-other": "jest --coverage false test/other/**.spec.ts",
"eslint": "eslint . --cache --cache-location .cache/eslint --report-unused-disable-directives",
"eslint-fix": "eslint --cache --cache-location .cache/eslint --fix . --report-unused-disable-directives",
"eslint-ci": "eslint . --cache --cache-strategy content --cache-location .cache/eslint --format gha",
"eslint-ci": "eslint . --cache --cache-strategy content --cache-location .cache/eslint --format gha --report-unused-disable-directives",
"generate": "run-s 'generate:*'",
"generate:imports": "node tools/generate-imports.mjs",
"git-check": "node tools/check-git-version.mjs",
Expand Down

0 comments on commit 6236bab

Please sign in to comment.