Skip to content

Commit eb14288

Browse files
committed
chore: do not lint .sanity folder
1 parent 5409ba3 commit eb14288

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
@@ -25,4 +25,7 @@ export default createConfigForNuxt({
2525
'vue/multi-word-component-names': 'off',
2626
},
2727
},
28+
{
29+
ignores: ['**/.sanity/**'],
30+
},
2831
)

0 commit comments

Comments
 (0)