Skip to content

Commit 0186c20

Browse files
NishargShahTkDodo
andauthored
chore(eslint-plugin-query): update FlatConfig to Config due to deprecation (TanStack#8585)
Co-authored-by: Dominik Dorfmeister <[email protected]>
1 parent 2d677ae commit 0186c20

File tree

1 file changed

+1
-1
lines changed
  • packages/eslint-plugin-query/src

1 file changed

+1
-1
lines changed

packages/eslint-plugin-query/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export interface Plugin extends Omit<ESLint.Plugin, 'rules'> {
88
rules: Record<RuleKey, RuleModule<any, any, any>>
99
configs: {
1010
recommended: ESLint.ConfigData
11-
'flat/recommended': Array<Linter.FlatConfig>
11+
'flat/recommended': Array<Linter.Config>
1212
}
1313
}
1414

0 commit comments

Comments
 (0)