chore: detect rules from .oxlintrc.json (#29147)

This commit is contained in:
Stephen Zhou 2025-12-05 17:26:12 +08:00 committed by GitHub
parent e7c26a2f3f
commit 72f83c010f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 6 deletions

View File

@ -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'),
)