Fix eslint error

This commit is contained in:
Yuya Ochiai
2016-11-07 23:13:19 +09:00
parent e535608328
commit efa1171763
2 changed files with 1 additions and 2 deletions

View File

@@ -6,7 +6,6 @@
"no-console": 0,
"no-eval": 1,
"no-process-env": 0,
"no-native-reassign": ["error", {"exceptions": ["Notification"]}],
"no-underscore-dangle": 1,
"react/jsx-boolean-value": [1, "always"],
"react/jsx-indent": [2, 2],