enable object-shorthand

This commit is contained in:
afc163 2016-05-15 14:46:18 +08:00
parent 80c7583562
commit d4d9743a7b

View File

@ -26,7 +26,6 @@ const eslintrc = {
'func-names': 0,
'prefer-const': 0,
'arrow-body-style': 0,
'object-shorthand': 0,
'react/sort-comp': 0,
'react/prop-types': 0,
'react/jsx-closing-bracket-location': 0,