Up the max warning count :(

This commit is contained in:
David Baker 2018-05-02 17:42:23 +01:00
parent 59299cf16d
commit 2475295a24

View file

@ -43,7 +43,7 @@
"start": "parallelshell \"npm run build:watch\" \"npm run reskindex:watch\"",
"lint": "eslint src/",
"lintall": "eslint src/ test/",
"lintwithexclusions": "eslint --max-warnings 0 --ignore-path .eslintignore.errorfiles src test",
"lintwithexclusions": "eslint --max-warnings 10 --ignore-path .eslintignore.errorfiles src test",
"clean": "rimraf lib",
"prepublish": "npm run clean && npm run build && git rev-parse HEAD > git-revision.txt",
"test": "karma start --single-run=true --browsers ChromeHeadless",