Skip to content

Commit da59531

Browse files
committed
Ignore .yalc folders when running ESLint
1 parent 9526a2a commit da59531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/configs/eslint/src/index.mts

+1-1
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)