You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This type is being used on purpose for compatibility with both ESLint v8 and v9, as in the v8 types Linter.Config is an alias for the Linter.LegacyConfig whereas in v9 it's an alias for Linter.FlatConfig.
The type is deprecated only in v9, and it's usage will be replaced when support for ESLint v8 is dropped (which currently is not planned).
Plugin version
v7.1.1
What problem do you want to solve?
The
Linter.FlatConfig
type provided by ESLint is currently deprecated.eslint-plugin-testing-library/index.d.ts
Lines 15 to 20 in 4f36067
Your take on the correct solution?
The type definition will be converted from
Linter.FlatConfig
toLinter.Config
.Anything else?
No response
Do you want to submit a pull request to implement this change?
Yes
The text was updated successfully, but these errors were encountered: