We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca37fbb commit a9d4738Copy full SHA for a9d4738
package.json
@@ -20,8 +20,8 @@
20
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
21
"@ota-meshi/eslint-plugin": "^0.17.5",
22
"@types/eslint": "^9.6.1",
23
- "@typescript-eslint/eslint-plugin": "^7.18.0",
24
- "@typescript-eslint/parser": "^7.18.0",
+ "@typescript-eslint/eslint-plugin": "^8.0.0",
+ "@typescript-eslint/parser": "^8.0.0",
25
"env-cmd": "^10.1.0",
26
"eslint": "^9.12.0",
27
"eslint-config-prettier": "^9.1.0",
@@ -42,7 +42,7 @@
42
"prettier-plugin-svelte": "^3.2.7",
43
"rimraf": "^6.0.1",
44
"typescript": "~5.6.3",
45
- "typescript-eslint": "^7.18.0"
+ "typescript-eslint": "^8.0.0"
46
},
47
"publishConfig": {
48
"access": "public"
0 commit comments