diff --git a/package.json b/package.json index a77c954f1..5e7f80bdf 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "build:minify-browser": "terser dist/browser-matrix.js --compress --mangle --source-map --output dist/browser-matrix.min.js", "gendoc": "jsdoc -c jsdoc.json -P package.json", "lint": "yarn lint:types && yarn lint:ts && yarn lint:js", - "lint:js": "eslint --max-warnings 93 src spec", + "lint:js": "eslint --max-warnings 81 src spec", "lint:types": "tsc --noEmit", "lint:ts": "tslint --project ./tsconfig.json -t stylish", "test": "jest spec/ --coverage --testEnvironment node",