Skip to content

Commit c425051

Browse files
committed
Broaden eslint ignore patterns.
1 parent f04d62c commit c425051

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

eslint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,9 @@ export default antfu({
55
ignores: [
66
'coverage/**',
77
'*.d.ts',
8-
'pnpm-workspace.yaml'
8+
'pnpm-workspace.yaml',
9+
'**/*.md/*.js',
10+
'AGENTS.md'
911
]
1012
}, {
1113
rules: {

0 commit comments

Comments
 (0)