Skip to content

Commit

Permalink
chore: downgraded eslint to 9.14 to prevent incompatibility with type…
Browse files Browse the repository at this point in the history
…script-eslint
  • Loading branch information
marekdedic committed Nov 22, 2024
1 parent ca37fbb commit 75e3acd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/violet-cobras-tap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'eslint-plugin-svelte': patch
---

chore: temporarily downgraded eslint to fix an incompatibility with typescript-eslint
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"env-cmd": "^10.1.0",
"eslint": "^9.12.0",
"eslint": "^9.14.0 <9.15",
"eslint-config-prettier": "^9.1.0",
"eslint-formatter-friendly": "^7.0.0",
"eslint-plugin-eslint-plugin": "^6.2.0",
Expand Down

0 comments on commit 75e3acd

Please sign in to comment.