Disable eslint rule that throws useeffect warning (#2600)

This commit is contained in:
sp.wack
2024-06-23 09:32:37 +03:00
committed by GitHub
parent 0c1d6f8b4e
commit 63a3285b23

View File

@@ -55,7 +55,8 @@
"some": [ "nesting", "id" ]
}
}],
"react/no-array-index-key": "off"
"react/no-array-index-key": "off",
"react-hooks/exhaustive-deps": "off"
},"parserOptions": {
"project": ["**/tsconfig.json"]
}