Fix line length lint warnings

I am about to run some code replacements that might make lines too long, so with
this change I know we're starting from 0 line length warnings.
This commit is contained in:
J. Ryan Stinnett
2019-01-17 22:06:49 -06:00
parent b2387f4cff
commit 989227d435
3 changed files with 15 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@
"start:init": "babel src -d lib --source-maps --copy-files",
"lint": "eslint src/",
"lintall": "eslint src/ test/",
"lintwithexclusions": "eslint --max-warnings 18 --ignore-path .eslintignore.errorfiles src test",
"lintwithexclusions": "eslint --max-warnings 13 --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",