.sanity
1 parent 5409ba3 commit eb14288Copy full SHA for eb14288
1 file changed
eslint.config.js
@@ -25,4 +25,7 @@ export default createConfigForNuxt({
25
'vue/multi-word-component-names': 'off',
26
},
27
28
+ {
29
+ ignores: ['**/.sanity/**'],
30
+ },
31
)
0 commit comments