This commit is contained in:
hamid zarghami
2025-01-22 14:37:48 +03:30
parent ab441a593c
commit c349d1ce55
9 changed files with 275 additions and 56 deletions
+1
View File
@@ -19,6 +19,7 @@ export default tseslint.config(
},
rules: {
...reactHooks.configs.recommended.rules,
'react-hooks/exhaustive-deps': false,
'react-refresh/only-export-components': [
'warn',
{ allowConstantExport: true },