We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f562ee3 commit 89a40c6Copy full SHA for 89a40c6
.eslintrc.json
@@ -24,6 +24,7 @@
24
"no-nested-ternary": "off",
25
"jsx-a11y/click-events-have-key-events": "off",
26
"react-hooks/rules-of-hooks": "error",
27
- "react-hooks/exhaustive-deps": "warn"
+ "react-hooks/exhaustive-deps": "warn",
28
+ "@wordpress/no-global-event-listener": "off"
29
}
30
0 commit comments