Skip to content

Commit 94a8c33

Browse files
committed
Ignore .yalc folders when running ESLint
1 parent 9185bdc commit 94a8c33

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: 'global-ignores', ignores: ['**/dist/'] },
103+
{ name: 'global-ignores', ignores: ['**/dist/', '**/.yalc/'] },
104104
{ name: 'javascript', ...js.configs.recommended },
105105
...configs.recommended,
106106
...configs.stylistic,

0 commit comments

Comments
 (0)