1
0
mirror of synced 2025-11-06 04:20:50 +08:00

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,
formatters: true,
},
{
ignores: [
'app/data/*.json',
],
},
),
)