Skip to content

Commit

Permalink
chore(eslint-plugin-query): update FlatConfig to Config due to deprec…
Browse files Browse the repository at this point in the history
…ation (#8585)

Co-authored-by: Dominik Dorfmeister <[email protected]>
  • Loading branch information
NishargShah and TkDodo authored Feb 10, 2025
1 parent 2d677ae commit 0186c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin-query/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface Plugin extends Omit<ESLint.Plugin, 'rules'> {
rules: Record<RuleKey, RuleModule<any, any, any>>
configs: {
recommended: ESLint.ConfigData
'flat/recommended': Array<Linter.FlatConfig>
'flat/recommended': Array<Linter.Config>
}
}

Expand Down

0 comments on commit 0186c20

Please sign in to comment.