chore(projects): update eslint config

This commit is contained in:
Soybean 2024-01-16 23:32:22 +08:00
parent 5534294163
commit 5023f37125

View File

@ -9,8 +9,7 @@ export default defineConfig(
{ {
ignores: ['index', 'App', '[id]'] ignores: ['index', 'App', '[id]']
} }
], ]
'no-empty-function': 'off'
} }
} }
); );