diff --git a/web/eslint.config.mjs b/web/eslint.config.mjs index e9692ef3fb..197f7e3e1c 100644 --- a/web/eslint.config.mjs +++ b/web/eslint.config.mjs @@ -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'), )