Add react lint rule re escape

This commit is contained in:
Jordan Eldredge 2018-02-01 06:52:02 -08:00
parent df81666b1d
commit b6f29c768f

View file

@ -128,6 +128,7 @@
"react/jsx-pascal-case": "error",
"react/require-render-return": "error",
"react/self-closing-comp": "error",
"react/no-unescaped-entities": "error",
"semi": "error",
"space-before-function-paren": [
"error",