File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ export default [
4646 "@typescript-eslint/no-shadow" : "off" ,
4747 "no-warning-comments" : "warn" ,
4848 "jsdoc/require-jsdoc" : "off" ,
49+ // FIXME: Turning off this rule because it causes `TypeError: aVer.compare is not a function` error.
50+ // Most likely the root cause needs to be fixed on the rule side.
51+ "node-dependencies/compat-engines" : "off" ,
4952 complexity : "off" ,
5053
5154 "prettier/prettier" : [
Original file line number Diff line number Diff line change 3838 "cover" : " c8 --reporter=lcov pnpm run test" ,
3939 "debug" : " pnpm run mocha \" tests/src/**/*.ts\" --reporter dot --timeout 60000" ,
4040 "eslint-fix" : " pnpm run lint --fix" ,
41- "lint" : " eslint ." ,
41+ "lint" : " eslint . --concurrency auto " ,
4242 "mocha" : " pnpm run ts ./node_modules/mocha/bin/mocha.js" ,
4343 "prebuild" : " pnpm run clean" ,
4444 "prerelease" : " pnpm run clean && pnpm run build" ,
You can’t perform that action at this time.
0 commit comments