-
I'm struggling to configure lint in a project. How should I deal with this situation?
|
Beta Was this translation helpful? Give feedback.
Answered by
turadg
Aug 14, 2024
Replies: 2 comments 1 reply
-
Upgrade |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dckc
-
Did you mean upgrade diff --git a/ui/package.json b/ui/package.json
index 419c9f5..78fed86 100644
--- a/ui/package.json
+++ b/ui/package.json
@@ -29,7 +29,7 @@
"@types/react": "^18.2.56",
"@types/react-dom": "^18.2.19",
"@typescript-eslint/eslint-plugin": "^7.0.2",
- "@typescript-eslint/parser": "^7.0.2",
+ "@typescript-eslint/parser": "^7.15.0", |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade
typescript-eslint
to a version that supports that target TypeScript version.