Skip to content

Commit

Permalink
continue lint even if eslint fails
Browse files Browse the repository at this point in the history
  • Loading branch information
rotu committed Jun 14, 2024
1 parent 92bd3f3 commit 4b9ea36
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 @@ -105,7 +105,7 @@
"lint.prettier": "prettier . --write",
"lint-test.eslint": "cross-env ESLINT_USE_FLAT_CONFIG=false eslint **/*.{ts,tsx,js,jsx,cjs,mjs,json,yaml} --no-error-on-unmatched-pattern --cache --cache-location ./.cache/eslint/",
"lint.eslint": "pnpm run lint-test.eslint --fix",
"lint": "run-s lint.eslint lint.clang-format lint.prettier",
"lint": "run-s lint.eslint lint.clang-format lint.prettier --continue-on-error",
"lint-test": "run-s lint-test.eslint",
"bench": "node --expose-gc test/bench",
"prepublishOnly": "pnpm run build.js"
Expand Down

0 comments on commit 4b9ea36

Please sign in to comment.