From 0186c20fc7b99507bce3696d0b9b8d8bc5982afc Mon Sep 17 00:00:00 2001 From: Nisharg Shah Date: Mon, 10 Feb 2025 23:10:12 +0530 Subject: [PATCH] chore(eslint-plugin-query): update FlatConfig to Config due to deprecation (#8585) Co-authored-by: Dominik Dorfmeister --- packages/eslint-plugin-query/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/eslint-plugin-query/src/index.ts b/packages/eslint-plugin-query/src/index.ts index ce11927ff9..bd3ae83186 100644 --- a/packages/eslint-plugin-query/src/index.ts +++ b/packages/eslint-plugin-query/src/index.ts @@ -8,7 +8,7 @@ export interface Plugin extends Omit { rules: Record> configs: { recommended: ESLint.ConfigData - 'flat/recommended': Array + 'flat/recommended': Array } }