diff --git a/.eslintrc.cjs b/.eslintrc.cjs index 7eed3f288..9d3358403 100644 --- a/.eslintrc.cjs +++ b/.eslintrc.cjs @@ -7,6 +7,6 @@ module.exports = { rules: { 'simple-import-sort/imports': 'error', 'react-hooks/exhaustive-deps': 'warn', - 'react-refresh/only-export-components': 'warn', + 'react-refresh/only-export-components': 'off', }, };