Skip to content

Commit

Permalink
fix to load custom rules for pnpm dev
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Sep 28, 2024
1 parent 01b0b5b commit 9cbaf8b
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 @@ -19,7 +19,7 @@
"build": "tsc -p tsconfig.build.json",
"dev": "run-s dev:prepare dev:run",
"dev:prepare": "pnpm run build",
"dev:run": "cd fixtures && ../bin/eslint-interactive.js ./lib --rulesdir ./rules --ext .js,.jsx,.mjs",
"dev:run": "cd fixtures && ESLINT_USE_FLAT_CONFIG=false ../bin/eslint-interactive.js ./lib --rulesdir ./rules --ext .js,.jsx,.mjs",
"lint": "run-s -c lint:*",
"lint:tsc": "tsc -p tsconfig.json --noEmit",
"lint:eslint": "eslint .",
Expand Down

0 comments on commit 9cbaf8b

Please sign in to comment.