Skip to content

Commit e06b5cf

Browse files
committed
fix: omit negation from ignores in flat configuration to avoid breaking @eslint/config-inspector
See eslint/config-inspector#63
1 parent 71565bd commit e06b5cf

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

index.js

-2
Original file line numberDiff line numberDiff line change
@@ -198,8 +198,6 @@ const generateConfig = () => {
198198
{
199199
name: 'ackama/ignores',
200200
ignores: [
201-
// todo: this shouldn't be needed anymore, but we've kept it for now as it doesn't hurt
202-
'!.eslintrc.js',
203201
'node_modules/*',
204202
'coverage/*',
205203
'bundle/*',

0 commit comments

Comments
 (0)