Skip to content

Commit

Permalink
fix: omit negation from ignores in flat configuration to avoid breaki…
Browse files Browse the repository at this point in the history
…ng `@eslint/config-inspector`

See eslint/config-inspector#63
  • Loading branch information
G-Rath committed Dec 6, 2024
1 parent e408fdb commit d6e497f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,6 @@ const generateConfig = () => {
{
name: 'ackama/ignores',
ignores: [
// todo: this shouldn't be needed anymore, but we've kept it for now as it doesn't hurt
'!.eslintrc.js',
'node_modules/*',
'coverage/*',
'bundle/*',
Expand Down

0 comments on commit d6e497f

Please sign in to comment.