From 90348f3035304beff5a49f3a09c2d43150aca08a Mon Sep 17 00:00:00 2001 From: Aaron Moat <2937187+AaronMoat@users.noreply.github.com> Date: Wed, 25 Sep 2024 15:40:40 +1000 Subject: [PATCH] Take 2 --- base.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/base.js b/base.js index cebacc1..6e68fe0 100644 --- a/base.js +++ b/base.js @@ -126,9 +126,8 @@ module.exports = [ rules: baseRules, }, ...[...tseslint.configs.recommended, ...tseslint.configs.stylistic].map( - (config) => ({ + ({ plugins, ...config }) => ({ ...config, - plugins: undefined, files: [`**/*.{${tsExtensions}}`], }), ),