style: update code style for space-before-function-paren

This commit is contained in:
Benjy Cui 2016-01-27 16:53:05 +08:00
parent cd1391e6a2
commit 68b51e298d
24 changed files with 44 additions and 45 deletions

View File

@ -28,7 +28,6 @@
"react/prefer-es6-class": 0,
"react/jsx-closing-bracket-location": 0,
"react/jsx-no-bind": 0,
"space-before-function-paren": 0,
"no-param-reassign": 0,
"max-len": 0,
"object-shorthand": 0,