Skip to content

Commit 98b3fc4

Browse files
committed
⬇️(frontend) downgrade @typescript-eslint/eslint-plugin to 7.13.1
@typescript-eslint/eslint-plugin released the version 8, but it is causing some issues (@typescript-eslint/no-duplicate-enum-values). We downgrade it to 7.13.1 in waiting for a fix.
1 parent 754c5d0 commit 98b3fc4

File tree

2 files changed

+627
-1602
lines changed

2 files changed

+627
-1602
lines changed

src/frontend/packages/eslint-config-impress/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dependencies": {
99
"@next/eslint-plugin-next": "14.2.5",
1010
"@tanstack/eslint-plugin-query": "5.51.15",
11-
"@typescript-eslint/eslint-plugin": "8.1.0",
11+
"@typescript-eslint/eslint-plugin": "7.13.1",
1212
"eslint": "8.57.0",
1313
"eslint-config-next": "14.2.5",
1414
"eslint-config-prettier": "9.1.0",

0 commit comments

Comments
 (0)