mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Up the max warning count :(
This commit is contained in:
parent
59299cf16d
commit
2475295a24
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue