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 dd1e4ca commit c19e689Copy full SHA for c19e689
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