From 5023f371250419678dce35dc5a9ff0af6ba969aa Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 16 Jan 2024 23:32:22 +0800 Subject: [PATCH] chore(projects): update eslint config --- eslint.config.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/eslint.config.js b/eslint.config.js index 26fba6857..c2329f667 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -9,8 +9,7 @@ export default defineConfig( { ignores: ['index', 'App', '[id]'] } - ], - 'no-empty-function': 'off' + ] } } );