mirror of
https://github.com/langgenius/dify.git
synced 2026-05-05 09:06:56 +08:00
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',
|
'tailwindcss/migration-from-tailwind-2': 'warn',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
oxlint.configs['flat/recommended'],
|
...oxlint.buildFromOxlintConfigFile('./.oxlintrc.json'),
|
||||||
{
|
|
||||||
rules: {
|
|
||||||
'react-hooks/exhaustive-deps': 'warn',
|
|
||||||
},
|
|
||||||
},
|
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user