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.
2 parents 330c3a0 + ed50280 commit 36f3578Copy full SHA for 36f3578
.eslintrc.js
@@ -65,6 +65,7 @@ module.exports = {
65
"react/jsx-key": "off",
66
"react/jsx-no-target-blank": "off",
67
"react/jsx-wrap-multilines": "error", // autofixable
68
+ "react/no-danger": "error",
69
"react/no-find-dom-node": "off",
70
"react/no-render-return-value": "off",
71
"react/no-string-refs": "off",
0 commit comments