This commit is contained in:
hamid zarghami
2025-05-11 11:02:41 +03:30
parent 0341b836f7
commit 60750d9648
31 changed files with 5805 additions and 301 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 },