Skip to content

Commit

Permalink
Take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronMoat committed Sep 25, 2024
1 parent 34a68a8 commit 90348f3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,9 +126,8 @@ module.exports = [
rules: baseRules,
},
...[...tseslint.configs.recommended, ...tseslint.configs.stylistic].map(
(config) => ({
({ plugins, ...config }) => ({
...config,
plugins: undefined,
files: [`**/*.{${tsExtensions}}`],
}),
),
Expand Down

0 comments on commit 90348f3

Please sign in to comment.