fix lint
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-01-15 02:36:24 +03:00
parent dea0676169
commit 2e46cc41a1
42 changed files with 940 additions and 301 deletions

View File

@ -35,7 +35,7 @@ export default defineConfig([
},
},
],
'react-hooks/set-state-in-effect': 'warn',
'react-hooks/set-state-in-effect': 'off',
},
},
])