mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-02-19 22:59:08 -06:00
chore(eslint): turn off react-refresh/only-export-components (#33)
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user