refactor: Use ES6 classes instead of createClass

This commit is contained in:
Tom MacWright
2017-05-11 11:04:12 -04:00
committed by Tom MacWright
parent 5657bb232a
commit f5c5f86b24
9 changed files with 89 additions and 106 deletions

View File

@ -34,9 +34,8 @@
"react/react-in-jsx-scope": 2,
"react/no-unknown-property": [2],
"react/prop-types": 2,
"react/require-extension": [2, { "extensions": [".js", ".jsx"] }],
"react/self-closing-comp": [2],
"react/wrap-multilines": [2],
"react/jsx-wrap-multilines": [2],
"semi": [2, "always"],
"keyword-spacing": [2, { "before": true, "after": true }],
"space-before-blocks": 2,