chore(eslint): turn off react-refresh/only-export-components (#33)

This commit is contained in:
Luca Steeb
2023-12-29 20:23:45 +07:00
committed by GitHub
parent 2f6e89a87b
commit 24ca9b22ff

View File

@@ -35,12 +35,7 @@
"@typescript-eslint/no-use-before-define": "off",
"import/extensions": "off",
"react/react-in-jsx-scope": "off",
"react-refresh/only-export-components": [
"warn",
{
"allowConstantExport": true
}
],
"react-refresh/only-export-components": "off",
"unused-imports/no-unused-imports": "error",
"no-unused-vars": "off",
"prettier/prettier": "error",