From f975761c5701165d1d5d2edb23802e3a57e9983f Mon Sep 17 00:00:00 2001 From: Nisharg Shah Date: Sat, 25 Jan 2025 16:30:58 +0530 Subject: [PATCH 1/2] fix(eslint-plugin-query): add name attribute for eslint config inspector --- packages/eslint-plugin-query/src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/eslint-plugin-query/src/index.ts b/packages/eslint-plugin-query/src/index.ts index ce11927ff9..91f696d157 100644 --- a/packages/eslint-plugin-query/src/index.ts +++ b/packages/eslint-plugin-query/src/index.ts @@ -34,6 +34,7 @@ Object.assign(plugin.configs, { }, 'flat/recommended': [ { + name: "tanstack/query/flat/recommended", plugins: { '@tanstack/query': plugin, }, From 5e4715e6e52d0cb49eab586015188bbf2085d93a Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 14:54:03 +0000 Subject: [PATCH 2/2] ci: apply automated fixes --- 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 91f696d157..28189043b5 100644 --- a/packages/eslint-plugin-query/src/index.ts +++ b/packages/eslint-plugin-query/src/index.ts @@ -34,7 +34,7 @@ Object.assign(plugin.configs, { }, 'flat/recommended': [ { - name: "tanstack/query/flat/recommended", + name: 'tanstack/query/flat/recommended', plugins: { '@tanstack/query': plugin, },