Skip to content

Commit

Permalink
chore: add max warnings to eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbate committed Jan 15, 2024
1 parent 9305aa4 commit b151b3c
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 @@ -20,7 +20,7 @@
"test:e2e": "jest --no-cache --runInBand packages/fuel-gauge/src/e2e-script.test.ts",
"test:watch": "jest --no-cache --watchAll",
"lint": "run-s lint:check prettier:check",
"lint:check": "eslint . --ext .ts",
"lint:check": "eslint . --ext .ts --max-warnings 0",
"lint:fix": "pnpm lint:check --fix",
"lint:md-links": "tsx ./scripts/lint-md-links",
"lint:package-jsons": "tsx ./scripts/lint-package-jsons",
Expand Down

0 comments on commit b151b3c

Please sign in to comment.