Skip to content

Commit

Permalink
build: Reduce max eslint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanmenzel committed Oct 2, 2024
1 parent 17a7c36 commit 308ed90
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 @@ -12,7 +12,7 @@
"lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
"build": "run-s build:*",
"build:0-clean": "rimraf dist coverage",
"build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 10",
"build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 0",
"build:2-check-types": "tsc -p tsconfig.json",
"build:3-build": "rollup -c --configPlugin typescript",
"build:4-copy-pkg-json": "tstk copy-package-json -c",
Expand Down

0 comments on commit 308ed90

Please sign in to comment.