From 6e3b2338d8d706d8e270d01efe40958a10307747 Mon Sep 17 00:00:00 2001 From: Kirk Waiblinger <53019676+kirkwaiblinger@users.noreply.github.com> Date: Thu, 31 Jul 2025 09:53:59 -0600 Subject: [PATCH] fix up stylistic plugin --- .../flat-config-types-@types__eslint-v9/eslint.config.js | 4 ++-- .../flat-config-types-@types__eslint-v9.test.ts.snap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/integration-tests/fixtures/flat-config-types-@types__eslint-v9/eslint.config.js b/packages/integration-tests/fixtures/flat-config-types-@types__eslint-v9/eslint.config.js index 2a31589bc03c..6df54219e488 100644 --- a/packages/integration-tests/fixtures/flat-config-types-@types__eslint-v9/eslint.config.js +++ b/packages/integration-tests/fixtures/flat-config-types-@types__eslint-v9/eslint.config.js @@ -31,7 +31,7 @@ export default tseslint.config( }, eslint.configs.recommended, ...tseslint.configs.recommended, - stylisticPlugin.configs['recommended-flat'], + stylisticPlugin.configs.recommended, ); // wrapped in a function so they aren't executed at lint time @@ -48,7 +48,7 @@ function _otherCases() { tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, - stylisticPlugin.configs['recommended-flat'], + stylisticPlugin.configs.recommended, vitestPlugin.configs.recommended, ); tseslint.config( diff --git a/packages/integration-tests/tests/__snapshots__/flat-config-types-@types__eslint-v9.test.ts.snap b/packages/integration-tests/tests/__snapshots__/flat-config-types-@types__eslint-v9.test.ts.snap index fa2a75464d2c..6360f2c81c8b 100644 --- a/packages/integration-tests/tests/__snapshots__/flat-config-types-@types__eslint-v9.test.ts.snap +++ b/packages/integration-tests/tests/__snapshots__/flat-config-types-@types__eslint-v9.test.ts.snap @@ -76,7 +76,7 @@ export default tseslint.config( }, eslint.configs.recommended, ...tseslint.configs.recommended, - stylisticPlugin.configs['recommended-flat'], + stylisticPlugin.configs.recommended, ) // wrapped in a function so they aren't executed at lint time @@ -93,7 +93,7 @@ function _otherCases() { tseslint.config( eslint.configs.recommended, ...tseslint.configs.recommended, - stylisticPlugin.configs['recommended-flat'], + stylisticPlugin.configs.recommended, vitestPlugin.configs.recommended, ) tseslint.config(