Closed
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.
See https://typescript-eslint.io/linting/troubleshooting/#the-key-property-is-deprecated-on-type-nodes-use-key-instead-warnings for more info.
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