Skip to content

Commit 308ed90

Browse files
committed
build: Reduce max eslint warnings
1 parent 17a7c36 commit 308ed90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lint:fix": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --fix",
1313
"build": "run-s build:*",
1414
"build:0-clean": "rimraf dist coverage",
15-
"build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 10",
15+
"build:1-lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\" --max-warnings 0",
1616
"build:2-check-types": "tsc -p tsconfig.json",
1717
"build:3-build": "rollup -c --configPlugin typescript",
1818
"build:4-copy-pkg-json": "tstk copy-package-json -c",

0 commit comments

Comments
 (0)