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 a1d642c commit 8af7013Copy full SHA for 8af7013
1 file changed
eslint.config.js
@@ -4,6 +4,9 @@ import nuxt from './packages/rolldown/src/.nuxt/eslint.config.mjs'
4
5
export default antfu({
6
pnpm: true,
7
+ ignores: [
8
+ 'skills',
9
+ ],
10
})
11
.append(nuxt())
12
.append({
0 commit comments