Skip to content

Commit 8a2c84c

Browse files
committed
Decrease allowed warning count
Still 2 more than before the ESLint config bump. The defaults count as complexity, due to their if/else nature I suppose.
1 parent a4ed837 commit 8a2c84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/analysis-report/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"build:js": "babel src --out-dir build",
1717
"clean": "rm -rf build",
1818
"test": "jest",
19-
"lint": "eslint . --max-warnings=8"
19+
"lint": "eslint . --max-warnings=4"
2020
},
2121
"author": "Team Yoast",
2222
"license": "GPL-3.0",

0 commit comments

Comments
 (0)