Update .eslintrc.json

This commit is contained in:
Yuya Ochiai
2016-11-01 23:58:33 +09:00
parent 0249c534ee
commit fd05a9d258

View File

@@ -7,11 +7,8 @@
"no-eval": 1,
"no-process-env": 0,
"no-underscore-dangle": 1,
"react/jsx-boolean-value": [1, "always"],
"react/jsx-indent": [2, 2],
"react/jsx-indent-props": [2, 2],
"react/no-multi-comp": 1,
"react/prefer-es6-class": 1,
"react/prop-types": 1
"react/prefer-es6-class": 1
}
}