Skip to content

Commit bb014a0

Browse files
chore(deps): update dependency eslint to v9 (#305)
* chore(deps): update dependency eslint to v9 * F --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent 9602819 commit bb014a0

File tree

2 files changed

+128
-156
lines changed

2 files changed

+128
-156
lines changed

package.json

Lines changed: 3 additions & 2 deletions
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,7 +70,8 @@
7070
"@types/node": "22.10.5",
7171
"@types/yargs": "17.0.33",
7272
"@typescript-eslint/parser": "8.19.0",
73-
"eslint": "8.44.0",
73+
"cross-env": "7.0.3",
74+
"eslint": "9.17.0",
7475
"eslint-plugin-import": "2.27.5",
7576
"jest-resolve": "29.5.0",
7677
"jest-snapshot-serializer-raw": "2.0.0",

0 commit comments

Comments
 (0)