diff options
author | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-12-10 12:04:54 +0000 |
---|---|---|
committer | Luke "Jared" Bennett <lbennett@gitlab.com> | 2016-12-10 12:04:54 +0000 |
commit | bc31040ea9344e8bc4d3c90fa49a6e30ce9c3698 (patch) | |
tree | ad47b4b2d8226766f10247f8c30e37dd3a8689e1 /package.json | |
parent | 3f768f9a14ad90bbd79d384e3c287db4feea3e35 (diff) | |
download | gitlab-ce-bc31040ea9344e8bc4d3c90fa49a6e30ce9c3698.tar.gz |
Fixed lint warning and propose fail or warningfix-eslint-warnings
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index 961989f8012..49b8210e427 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "scripts": { - "eslint": "eslint --ext .js,.js.es6 .", + "eslint": "eslint --max-warnings 0 --ext .js,.js.es6 .", "eslint-fix": "npm run eslint -- --fix", "eslint-report": "npm run eslint -- --format html --output-file ./eslint-report.html" }, |