Skip to content

Commit

Permalink
chore(deps): update dependency eslint to v9 (#305)
Browse files Browse the repository at this point in the history
* 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 <ardatanrikulu@gmail.com>
  • Loading branch information
renovate[bot] and ardatan authored Jan 3, 2025
1 parent 9602819 commit bb014a0
Show file tree
Hide file tree
Showing 2 changed files with 128 additions and 156 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
],
"scripts": {
"build": "rimraf dist && tsc",
"lint": "eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
"lint": "cross-env \"ESLINT_USE_FLAT_CONFIG=false\" eslint --cache --cache-location node_modules/.cache/.eslintcache --ignore-path .gitignore .",
"lint:prettier": "prettier --cache --check .",
"prepublish": "pnpm build",
"prerelease": "pnpm build",
Expand Down Expand Up @@ -70,7 +70,8 @@
"@types/node": "22.10.5",
"@types/yargs": "17.0.33",
"@typescript-eslint/parser": "8.19.0",
"eslint": "8.44.0",
"cross-env": "7.0.3",
"eslint": "9.17.0",
"eslint-plugin-import": "2.27.5",
"jest-resolve": "29.5.0",
"jest-snapshot-serializer-raw": "2.0.0",
Expand Down
Loading

0 comments on commit bb014a0

Please sign in to comment.