Fix eslint errors

This commit is contained in:
Yuya Ochiai
2018-02-20 21:44:23 +09:00
parent 22fdf01d38
commit 197b172a59
33 changed files with 150 additions and 117 deletions

View File

@@ -6,12 +6,12 @@
"rules": {
"indent": [2, 2, {"SwitchCase": 0}],
"no-console": 0,
"no-eval": 1,
"no-process-env": 0,
"no-underscore-dangle": 1,
"react/jsx-indent": [2, 2],
"react/jsx-indent-props": [2, 2],
"react/no-set-state": 1,
"react/prefer-es6-class": 1,
"react/no-set-state": 1
"react/require-optimization": 0
}
}