Skip to content

Commit 9185bdc

Browse files
committed
Change name of ignores to global-ignores
1 parent 1b6f00e commit 9185bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/configs/eslint/src/index.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ export const reduxESLintConfig: TSESLint.FlatConfig.Config[] =
100100
/* @__PURE__ */ config(
101101
// `ignores` must be first.
102102
// config with just `ignores` is the replacement for `.eslintignore`
103-
{ name: 'ignores', ignores: ['**/dist/'] },
103+
{ name: 'global-ignores', ignores: ['**/dist/'] },
104104
{ name: 'javascript', ...js.configs.recommended },
105105
...configs.recommended,
106106
...configs.stylistic,

0 commit comments

Comments
 (0)