⬇️(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.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "14.2.5",
|
||||
"@tanstack/eslint-plugin-query": "5.51.15",
|
||||
"@typescript-eslint/eslint-plugin": "8.1.0",
|
||||
"@typescript-eslint/eslint-plugin": "7.13.1",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-next": "14.2.5",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user