Skip to content

Commit daff826

Browse files
authored
chore: downgraded eslint to 9.14 to prevent incompatibility with typescript-eslint (#924)
Temporarily fixes #923
1 parent 452ffed commit daff826

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/violet-cobras-tap.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-svelte': patch
3+
---
4+
5+
chore: temporarily downgraded eslint to fix an incompatibility with typescript-eslint

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"@typescript-eslint/eslint-plugin": "^7.18.0",
2424
"@typescript-eslint/parser": "^7.18.0",
2525
"env-cmd": "^10.1.0",
26-
"eslint": "^9.12.0",
26+
"eslint": "^9.14.0 <9.15",
2727
"eslint-config-prettier": "^9.1.0",
2828
"eslint-formatter-friendly": "^7.0.0",
2929
"eslint-plugin-eslint-plugin": "^6.2.0",

0 commit comments

Comments
 (0)