mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 23:38:08 -05:00
Disable eslint rule that throws useeffect warning (#2600)
This commit is contained in:
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user