This commit is contained in:
2026-05-13 21:49:40 +09:00
parent 0a13c00f37
commit 78143363c9
10 changed files with 224 additions and 318 deletions
+4 -1
View File
@@ -19,7 +19,10 @@ export default tseslint.config(
},
rules: {
...reactHooks.configs.recommended.rules,
'react-refresh/only-export-components': 'off',
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },
],
},
},
)