-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues and my issue is unique
- My issue appears in the command-line and not only in the text editor
Description Overview
Using @typescript-eslint/parser 6.x throws a warning on the command line saying DeprecationWarning: The 'typeParameters' property is deprecated on CallExpression nodes. Use 'typeArguments' instead.
My project is an ejected CRA config; this prints out on the command line every time that I run eslint src on my project after I upgraded my @typescript-eslint dependencies to use the latest v6.
Expected Behavior
A warning should not be printed for deprecations.
eslint-plugin-react version
v7.32.2
eslint version
v8.45.0
node version
v18.16.1
n3dst4, mscrivo, Haprog, chilled-capybara, tusmenko and 14 more