Skip to content

Commit 74b0c11

Browse files
Add .yalc directory to ESLint ignore patterns
1 parent 4a9d7a0 commit 74b0c11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const config = tsEslint.config([
4242
'**/node_modules/',
4343
// fixtures
4444
'**/fixtures/',
45+
'**/.yalc/**/*',
4546
]),
4647
{
4748
files: ['**/*.[jt]s', '**/*.[jt]sx', '**/*.[cm][jt]s'],

0 commit comments

Comments
 (0)