Skip to content

Commit

Permalink
Restore "--max-warnings 0" to ESLint command to avoid halting due to …
Browse files Browse the repository at this point in the history
…ignored bundle(.web).js.
  • Loading branch information
DavidAnson committed Apr 26, 2024
1 parent f9d4f3c commit ae6e983
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 @@ -23,7 +23,7 @@
"ci": "npm test && npm run test-ui",
"compile": "webpack --mode production",
"compile-debug": "webpack --mode none",
"lint": "eslint --ignore-pattern bundle.js --ignore-pattern bundle.web.js *.js *.cjs test-ui/*.cjs eslint.config.mjs --max-warnings 0 && markdownlint-cli2 *.md",
"lint": "eslint --ignore-pattern bundle.js --ignore-pattern bundle.web.js *.js *.cjs test-ui/*.cjs eslint.config.mjs && markdownlint-cli2 *.md",
"schema": "cpy ./node_modules/markdownlint/schema/markdownlint-config-schema.json . --flat && cpy ./node_modules/markdownlint-cli2/schema/markdownlint-cli2-config-schema.json . --flat",
"test": "node --test --experimental-test-coverage && npm run lint && npm run compile && npm run schema && git diff --exit-code",
"test-ui": "node ./test-ui/run-tests.mjs",
Expand Down

0 comments on commit ae6e983

Please sign in to comment.