From 2cd9a8a5a7dd2a60d22f89621e75e75532efed08 Mon Sep 17 00:00:00 2001 From: Gareth Jones Date: Mon, 18 Nov 2024 07:26:40 +1300 Subject: [PATCH] fix: omit negation from ignores in flat configuration to avoid breaking `@eslint/config-inspector` See https://github.com/eslint/config-inspector/issues/63 --- index.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/index.js b/index.js index 4bb6c683..2dc19e8f 100644 --- a/index.js +++ b/index.js @@ -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/*',