Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-10 15:04:54 +0300
committerLuke "Jared" Bennett <lbennett@gitlab.com>2016-12-10 15:04:54 +0300
commitbc31040ea9344e8bc4d3c90fa49a6e30ce9c3698 (patch)
treead47b4b2d8226766f10247f8c30e37dd3a8689e1 /package.json
parent3f768f9a14ad90bbd79d384e3c287db4feea3e35 (diff)
Fixed lint warning and propose fail or warning
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
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"
},