Add jsx closing bracket rule

This commit is contained in:
Berkeley Martinez
2016-06-06 14:57:56 -07:00
parent 4b4e5ed886
commit 1b301b0c0d

View File

@ -236,6 +236,7 @@
"react/prop-types": 2,
"react/react-in-jsx-scope": 1,
"react/self-closing-comp": 1,
"react/wrap-multilines": 1
"react/wrap-multilines": 1,
"react/jsx-closing-bracket-location": [ 1, { "selfClosing": "line-aligned", "nonEmpty": "props-aligned" } ]
}
}