Skip to content

Commit

Permalink
chore(eslint): turn off react-refresh/only-export-components (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
steebchen authored Dec 29, 2023
1 parent 2f6e89a commit 24ca9b2
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions frontend/app/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24ca9b2

Please # to comment.