Skip to content

Commit

Permalink
Ensure all ESLint directives are actively used
Browse files Browse the repository at this point in the history
  • Loading branch information
textbook committed Oct 26, 2024
1 parent 6f57e03 commit c77f6b7
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 @@ -21,7 +21,7 @@
"e2e:dev:app": "npm run dev",
"e2e:dev:e2e": "cross-env PLAYWRIGHT_BASE_URL=http://localhost:3000 npm run e2e",
"lint": "npm run lint:eslint . && npm run lint:prettier -- --check .",
"lint:eslint": "eslint --max-warnings 0",
"lint:eslint": "eslint --max-warnings 0 --report-unused-disable-directives",
"lint:fix": "npm run lint:eslint -- --fix . && npm run lint:prettier -- --write .",
"lint:prettier": "prettier --ignore-unknown",
"migration": "npm --workspace api run migration",
Expand Down

0 comments on commit c77f6b7

Please sign in to comment.