-
Notifications
You must be signed in to change notification settings - Fork 151
Closed
Labels
enhancementNew feature or requestNew feature or requesttriagePending to be triaged by a maintainerPending to be triaged by a maintainer
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
'flat/angular': Linter.FlatConfig; | |
'flat/dom': Linter.FlatConfig; | |
'flat/marko': Linter.FlatConfig; | |
'flat/react': Linter.FlatConfig; | |
'flat/svelte': Linter.FlatConfig; | |
'flat/vue': Linter.FlatConfig; |
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
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesttriagePending to be triaged by a maintainerPending to be triaged by a maintainer