We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a76298 commit 825f2e8Copy full SHA for 825f2e8
1 file changed
dataconnect/app/.eslintrc.cjs
@@ -14,5 +14,6 @@ module.exports = {
14
'warn',
15
{ allowConstantExport: true },
16
],
17
+ "react-hooks/exhaustive-deps": "warn"
18
},
19
}
0 commit comments