(frontend) add @typescript-eslint/parser

In order to work correctly
@typescript-eslint/eslint-plugin requires
@typescript-eslint/parser to be installed as well.
We fixed the linting issues related to the
upgrade.
This commit is contained in:
Anthony LC
2024-08-30 09:36:00 +02:00
committed by Anthony LC
parent e8cc6a6f23
commit bd36983e3c
6 changed files with 301 additions and 283 deletions

View File

@@ -9,6 +9,7 @@
"@next/eslint-plugin-next": "14.2.7",
"@tanstack/eslint-plugin-query": "5.52.3",
"@typescript-eslint/eslint-plugin": "8.3.0",
"@typescript-eslint/parser": "8.3.0",
"eslint": "8.57.0",
"eslint-config-next": "14.2.7",
"eslint-config-prettier": "9.1.0",