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
v5.5.0
What problem do you want to solve?
The
Linter.FlatConfig
type provided by ESLint is currently deprecated.eslint-plugin-jest-dom/index.d.ts
Lines 11 to 12 in 786e56e
Expected behavior
The type definition will be converted from
Linter.FlatConfig
toLinter.Config
.Anything else?
This is the same content as testing-library/eslint-plugin-testing-library#985.
The text was updated successfully, but these errors were encountered: