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.
.yalc
1 parent 9185bdc commit 94a8c33Copy full SHA for 94a8c33
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: 'global-ignores', ignores: ['**/dist/'] },
+ { name: 'global-ignores', ignores: ['**/dist/', '**/.yalc/'] },
104
{ name: 'javascript', ...js.configs.recommended },
105
...configs.recommended,
106
...configs.stylistic,
0 commit comments