Skip to content

Commit 3d0ec54

Browse files
committed
F
1 parent 9d942ad commit 3d0ec54

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
],
3636
"scripts": {
3737
"build": "rimraf dist && tsc",
38-
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
38+
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
3939
"lint:prettier": "prettier --cache --check .",
4040
"prepublish": "pnpm build",
4141
"prerelease": "pnpm build",
@@ -70,6 +70,7 @@
7070
"@types/node": "22.10.5",
7171
"@types/yargs": "17.0.33",
7272
"@typescript-eslint/parser": "8.19.0",
73+
"cross-env": "7.0.3",
7374
"eslint": "9.17.0",
7475
"eslint-plugin-import": "2.27.5",
7576
"jest-resolve": "29.5.0",

pnpm-lock.yaml

Lines changed: 11 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)