Skip to content

Commit ed50280

Browse files
Enable react/no-danger linter rule now that we have the ability to use translator-added strings
1 parent 4fe1ed2 commit ed50280

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ module.exports = {
6565
"react/jsx-key": "off",
6666
"react/jsx-no-target-blank": "off",
6767
"react/jsx-wrap-multilines": "error", // autofixable
68+
"react/no-danger": "error",
6869
"react/no-find-dom-node": "off",
6970
"react/no-render-return-value": "off",
7071
"react/no-string-refs": "off",

0 commit comments

Comments
 (0)