Up the max warning count :(

pull/21833/head
David Baker 2018-05-02 17:42:23 +01:00
parent 59299cf16d
commit 2475295a24
1 changed files with 1 additions and 1 deletions

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",