chore: update .eslintrc

This commit is contained in:
Benjy Cui 2016-01-08 14:31:12 +08:00
parent 632cd36e63
commit b0ed0fb0ec

View File

@ -26,6 +26,11 @@
"react/prefer-es6-class": 0,
"react/jsx-closing-bracket-location": 0,
"react/jsx-no-bind": 0,
"space-before-function-paren": 0
"space-before-function-paren": 0,
"object-curly-spacing": 0,
"no-param-reassign": 0,
"max-len": 0,
"object-shorthand": 0,
"quote-props": 0
}
}