From 11283f6f9473a6b360059757ede1b8b4a8a3938a Mon Sep 17 00:00:00 2001 From: YunYouJun Date: Mon, 30 Dec 2024 02:04:51 +0800 Subject: [PATCH] chore: fix lint ignore recipe.json --- eslint.config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/eslint.config.js b/eslint.config.js index 92a0259..494e9cd 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -8,5 +8,10 @@ export default nuxt( unocss: true, formatters: true, }, + { + ignores: [ + 'app/data/*.json', + ], + }, ), )