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

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