chore: fix lint ignore recipe.json

This commit is contained in:
YunYouJun
2024-12-30 02:04:51 +08:00
parent e9b4d3ac38
commit 11283f6f94

View File

@@ -8,5 +8,10 @@ export default nuxt(
unocss: true, unocss: true,
formatters: true, formatters: true,
}, },
{
ignores: [
'app/data/*.json',
],
},
), ),
) )