Skip to content

Commit 4357bdf

Browse files
committed
fix: override eslint to 8.56.1
1 parent b12941a commit 4357bdf

2 files changed

Lines changed: 234 additions & 398 deletions

File tree

package.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,18 @@
8888
"@types/react": "^19.2.7",
8989
"@types/react-dom": "^19.2.3",
9090
"@types/node": "^22.15.3",
91+
"@typescript-eslint/eslint-plugin": "8.56.1",
92+
"@typescript-eslint/parser": "8.56.1",
93+
"@typescript-eslint/project-service": "8.56.1",
94+
"@typescript-eslint/rule-tester": "8.56.1",
95+
"@typescript-eslint/scope-manager": "8.56.1",
96+
"@typescript-eslint/tsconfig-utils": "8.56.1",
97+
"@typescript-eslint/type-utils": "8.56.1",
98+
"@typescript-eslint/types": "8.56.1",
99+
"@typescript-eslint/typescript-estree": "8.56.1",
100+
"@typescript-eslint/utils": "8.56.1",
101+
"@typescript-eslint/visitor-keys": "8.56.1",
102+
"typescript-eslint": "8.56.1",
91103
"vite": "^6.4.1",
92104
"esbuild": "^0.27.2"
93105
}

0 commit comments

Comments
 (0)