Skip to content

Commit c13b327

Browse files
committed
Use generic hidden-dir lint ignore
1 parent c6a8a36 commit c13b327

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const config = [
1212
'coverage/**',
1313
'dist/**',
1414
'out/**',
15-
'.private-investigation/**',
15+
'**/.*/**',
1616
'scripts/**',
1717
'plugins/**',
1818
'.claude/**',

0 commit comments

Comments
 (0)