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:
parent
412efb6ceb
commit
0a2ea1f35e
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Reference in a new issue