Skip to content

Commit 8af7013

Browse files
committed
chore: lint ignore skills
1 parent a1d642c commit 8af7013

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eslint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ import nuxt from './packages/rolldown/src/.nuxt/eslint.config.mjs'
44

55
export default antfu({
66
pnpm: true,
7+
ignores: [
8+
'skills',
9+
],
710
})
811
.append(nuxt())
912
.append({

0 commit comments

Comments
 (0)