diff --git a/package.json b/package.json index 42e22f3ad..e75005efe 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "lint": "npm -s run lint:js && npm -s run lint:styles && npm -s run lint:i18n", "lint:fix:js": "npm -s run lint:js -- --fix", "lint:fix:styles": "npm -s run lint:styles -- --fix", - "lint:js": "eslint --cache --max-warnings 0 .", + "lint:js": "eslint --cache .", "lint:styles": "stylelint \"**/*.{less,css}\"", "lint:i18n": "banana-checker --requireLowerCase=0 i18n/", "selenium-test": "npm -s run test:size",