We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dad9bec commit a992ff3Copy full SHA for a992ff3
eslint.config.ts
@@ -4,4 +4,8 @@ export default antfu({
4
// enable UnoCSS support
5
// https://unocss.dev/integrations/vscode
6
unocss: true,
7
+
8
+ ignores: [
9
+ '.github',
10
+ ],
11
})
0 commit comments