We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d8b59c commit 97ba119Copy full SHA for 97ba119
.changeset/angry-books-go.md
@@ -0,0 +1,5 @@
1
+---
2
+'eslint-plugin-svelte': patch
3
4
+
5
+fix: align required Node version with ESLint
packages/eslint-plugin-svelte/package.json
@@ -8,7 +8,7 @@
8
"funding": "https://github.com/sponsors/ota-meshi",
9
"license": "MIT",
10
"engines": {
11
- "node": "^18.20.4 || ^20.18.0 || >=22.10.0"
+ "node": "^18.18.0 || ^20.9.0 || >=21.1.0"
12
},
13
"type": "module",
14
"main": "lib/index.js",
0 commit comments