➕(frontend) add @typescript-eslint/parser
In order to work correctly @typescript-eslint/eslint-plugin requires @typescript-eslint/parser to be installed as well. We added @typescript-eslint/parser, and upgraded @typescript-eslint/eslint-plugin to 8.1.0. We fixed the linting issues related to the upgrade.
This commit is contained in:
@@ -8,7 +8,8 @@
|
||||
"dependencies": {
|
||||
"@next/eslint-plugin-next": "14.2.5",
|
||||
"@tanstack/eslint-plugin-query": "5.51.15",
|
||||
"@typescript-eslint/eslint-plugin": "7.13.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.1.0",
|
||||
"@typescript-eslint/parser": "8.1.0",
|
||||
"eslint": "8.57.0",
|
||||
"eslint-config-next": "14.2.5",
|
||||
"eslint-config-prettier": "9.1.0",
|
||||
|
||||
Reference in New Issue
Block a user