eslint: react-refresh/only-export-components error

This commit is contained in:
Martti Malmi 2024-01-10 21:13:08 +02:00
parent a3fc25f64c
commit 8cca297d6d

View File

@ -16,7 +16,7 @@ module.exports = {
],
"react/react-in-jsx-scope": "off",
"react-hooks/exhaustive-deps": "off",
"react-refresh/only-export-components": "warn",
"react-refresh/only-export-components": "error",
"simple-import-sort/imports": "error",
"simple-import-sort/exports": "error",
"@typescript-eslint/no-unused-vars": "error",