Skip to content

Commit 26a1140

Browse files
committed
Update integrations eslint config to use ESLint v9
eslint-plugin-import doesn't support v9 yet, but there'll posibly be a release this week import-js/eslint-plugin-import#2948 (comment)
1 parent 0cb71d7 commit 26a1140

File tree

3 files changed

+246
-166
lines changed

3 files changed

+246
-166
lines changed

Diff for: .changeset/fuzzy-monkeys-burn.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@vue-storefront/eslint-config-integrations": major
3+
---
4+
5+
[CHANGED] Update ESLint from v8 to v9

Diff for: engineering-toolkit/integrations-eslint/package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@
2323
"access": "public"
2424
},
2525
"dependencies": {
26-
"@typescript-eslint/eslint-plugin": "^7",
27-
"@typescript-eslint/parser": "^7",
28-
"eslint": "^8.55.0",
26+
"@typescript-eslint/eslint-plugin": "^8.8.0",
27+
"@typescript-eslint/parser": "^8.8.0",
28+
"eslint": "^9",
2929
"eslint-config-airbnb-base": "^15.0.0",
30-
"eslint-config-prettier": "^8.8.0",
30+
"eslint-config-prettier": "^9.1.0",
3131
"eslint-plugin-import": "^2.27.5",
32-
"eslint-plugin-prettier": "^4.2.1",
33-
"prettier": "^2.8.8"
32+
"eslint-plugin-prettier": "^5.2.1",
33+
"prettier": "^3.3.3"
3434
},
3535
"engines": {
3636
"node": ">=18"

0 commit comments

Comments
 (0)