We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 452ffed commit daff826Copy full SHA for daff826
.changeset/violet-cobras-tap.md
@@ -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
@@ -23,7 +23,7 @@
23
"@typescript-eslint/eslint-plugin": "^7.18.0",
24
"@typescript-eslint/parser": "^7.18.0",
25
"env-cmd": "^10.1.0",
26
- "eslint": "^9.12.0",
+ "eslint": "^9.14.0 <9.15",
27
"eslint-config-prettier": "^9.1.0",
28
"eslint-formatter-friendly": "^7.0.0",
29
"eslint-plugin-eslint-plugin": "^6.2.0",
0 commit comments