Closed
Description
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
to Linter.Config
.
[at]deprecated Use
Config
instead ofFlatConfig
https://github.com/eslint/eslint/blob/8bcd820f37f2361e4f7261a9876f52d21bd9de8f/lib/types/index.d.ts#L1319
Anything else?
No response
Do you want to submit a pull request to implement this change?
Yes