Skip to content

Commit 8ea9317

Browse files
committed
Add missing ESLint dependencies
Pin @eslint/compat and related plugins to fix lint runner errors
1 parent 2af5edb commit 8ea9317

File tree

2 files changed

+509
-11
lines changed

2 files changed

+509
-11
lines changed

package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -734,14 +734,15 @@
734734
"test-ci": "vitest run",
735735
"type-ci": "pnpm run check"
736736
},
737-
"dependencies": {},
738737
"devDependencies": {
739738
"@babel/core": "7.28.4",
740739
"@babel/parser": "7.28.4",
741740
"@babel/traverse": "7.28.4",
742741
"@babel/types": "7.28.4",
743742
"@biomejs/biome": "2.2.4",
744743
"@dotenvx/dotenvx": "1.49.0",
744+
"@eslint/compat": "1.4.0",
745+
"@eslint/js": "9.38.0",
745746
"@inquirer/confirm": "5.1.16",
746747
"@inquirer/input": "4.2.2",
747748
"@inquirer/password": "4.0.18",
@@ -763,7 +764,11 @@
763764
"del-cli": "6.0.0",
764765
"esbuild": "0.25.11",
765766
"eslint": "9.35.0",
767+
"eslint-import-resolver-typescript": "4.4.4",
768+
"eslint-plugin-import-x": "4.16.1",
766769
"eslint-plugin-n": "17.23.1",
770+
"eslint-plugin-sort-destructure-keys": "2.0.0",
771+
"eslint-plugin-unicorn": "61.0.2",
767772
"fast-glob": "3.3.3",
768773
"fast-sort": "3.4.1",
769774
"get-east-asian-width": "1.3.0",

0 commit comments

Comments
 (0)