Skip to content

Commit e10eb83

Browse files
Add .yalc directory to ESLint ignore patterns
1 parent 1e93de6 commit e10eb83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eslint.config.ts

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ const config = tsEslint.config([
3636
'**/bundle/',
3737
// dependencies
3838
'**/node_modules/**/*',
39+
'**/.yalc/**/*',
3940
]),
4041
{
4142
files: ['**/*.[jt]s', '**/*.[jt]sx', '**/*.[cm][jt]s'],

0 commit comments

Comments
 (0)