refactor: Use ES6 classes instead of createClass
This commit is contained in:
committed by
Tom MacWright
parent
5657bb232a
commit
f5c5f86b24
@ -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,
|
||||
|
Reference in New Issue
Block a user