Skip to content

Commit

Permalink
Ensure ESLint errors are monotonically decreasing
Browse files Browse the repository at this point in the history
  • Loading branch information
fatso83 committed Dec 19, 2022
1 parent 7fc498c commit dd4fae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"module": "nise.js",
"scripts": {
"bundle": "browserify --no-detect-globals -s nise -o nise.js lib/index.js",
"lint": "eslint .",
"lint": "eslint --max-warnings 35 .",
"prettier:check": "prettier --check '**/*.{js,css,md}'",
"prettier:write": "prettier --write '**/*.{js,css,md}'",
"prepare": "npm run bundle",
Expand Down

0 comments on commit dd4fae3

Please sign in to comment.