Enable jsx-no-comment-textnodes

Reviewed By: zertosh, TheSavior

Differential Revision: D5492891

fbshipit-source-id: 25bfc41b5a962fa643e2a402b9c9b031da972150
This commit is contained in:
Nat Mote 2017-07-26 11:19:43 -07:00 committed by Facebook Github Bot
parent 26168d034d
commit 2fda10112f
1 changed files with 1 additions and 0 deletions

View File

@ -220,6 +220,7 @@
"react/display-name": 0,
"react/jsx-boolean-value": 0,
"react/jsx-no-comment-textnodes": 1,
"react/jsx-no-duplicate-props": 2,
"react/jsx-no-undef": 1,
"react/jsx-sort-props": 0,