We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ignores
global-ignores
1 parent 1b6f00e commit 9185bdcCopy full SHA for 9185bdc
packages/configs/eslint/src/index.mts
@@ -100,7 +100,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] =
100
/* @__PURE__ */ config(
101
// `ignores` must be first.
102
// config with just `ignores` is the replacement for `.eslintignore`
103
- { name: 'ignores', ignores: ['**/dist/'] },
+ { name: 'global-ignores', ignores: ['**/dist/'] },
104
{ name: 'javascript', ...js.configs.recommended },
105
...configs.recommended,
106
...configs.stylistic,
0 commit comments