mirror of https://github.com/langgenius/dify.git
chore: detect rules from .oxlintrc.json (#29147)
This commit is contained in:
parent
e7c26a2f3f
commit
72f83c010f
|
|
@ -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'),
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue