fix: disable setState-in-effect ESLint rule

This commit is contained in:
2026-05-01 17:29:02 +05:30
parent 2b85a7573b
commit 316b71827f
+3
View File
@@ -17,5 +17,8 @@ export default defineConfig([
globals: globals.browser,
parserOptions: { ecmaFeatures: { jsx: true } },
},
rules: {
'react-hooks/set-state-in-effect': 'off',
},
},
])