mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-07 01:46:49 +08:00
chore: add 'no-empty-function': 'error' to eslint.config.mjs (#17656)
This commit is contained in:
@@ -117,6 +117,9 @@ export default combine(
|
||||
// antfu migrate to eslint-plugin-unused-imports
|
||||
'unused-imports/no-unused-vars': 'warn',
|
||||
'unused-imports/no-unused-imports': 'warn',
|
||||
|
||||
// We use `import { noop } from 'lodash-es'` across `web` project
|
||||
'no-empty-function': 'error',
|
||||
},
|
||||
|
||||
languageOptions: {
|
||||
|
||||
Reference in New Issue
Block a user