mirror of
https://gitee.com/dify_ai/dify.git
synced 2025-12-06 11:29:30 +08:00
chore: detect rules from .oxlintrc.json (#29147)
This commit is contained in:
@@ -255,10 +255,5 @@ export default combine(
|
||||
'tailwindcss/migration-from-tailwind-2': 'warn',
|
||||
},
|
||||
},
|
||||
oxlint.configs['flat/recommended'],
|
||||
{
|
||||
rules: {
|
||||
'react-hooks/exhaustive-deps': 'warn',
|
||||
},
|
||||
},
|
||||
...oxlint.buildFromOxlintConfigFile('./.oxlintrc.json'),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user