Skip to content

Commit a992ff3

Browse files
committed
chore: Ignore .github folder for ESLint
1 parent dad9bec commit a992ff3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

eslint.config.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,8 @@ export default antfu({
44
// enable UnoCSS support
55
// https://unocss.dev/integrations/vscode
66
unocss: true,
7+
8+
ignores: [
9+
'.github',
10+
],
711
})

0 commit comments

Comments
 (0)