fix lint and wait eslint/eslint#6024 publish

This commit is contained in:
afc163 2016-05-06 15:49:59 +08:00
parent 5237d0a87b
commit 443f1981bb

View File

@ -27,6 +27,7 @@ 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,