0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-30 22:34:10 -05:00

refactor: actived the rule jsx-no-comment-textnodes

This commit is contained in:
Priscila Oliveira 2019-01-06 11:40:15 +01:00
parent 412efb6ceb
commit 0a2ea1f35e

View file

@ -84,7 +84,7 @@
"react/jsx-max-depth": ["warn", { "max": 2}],
"react/jsx-max-props-per-line": ["error", {"maximum": 3, "when": "multiline" }],
"react/jsx-no-bind": ["error"],
"react/jsx-no-comment-textnodes": ["warn"],
"react/jsx-no-comment-textnodes": ["error"],
"react/jsx-no-duplicate-props": ["error"],
"react/jsx-no-literals": ["error"],
"react/jsx-no-undef": ["error"],