diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-26 20:08:17 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-08-26 20:08:17 +0900 |
commit | 6213f55e22f79eb8b7572a619e0fc68047c0631e (patch) | |
tree | ca4db6739528100a6dd965700fc7ffc707f22a74 /.eslintrc | |
parent | eec79730606ab3b49529d8063c6646d6309d8084 (diff) | |
parent | cb36fc666cb2615f911bc855bc91249d167f0dba (diff) |
Merge branch 'some-features'
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -22,7 +22,6 @@ "multiline-ternary": "off", "max-statements": ["error", 15], "no-console": "off", - "no-magic-numbers": ["error", { "ignore": [0, 1, 2] }], "no-param-reassign": "off", "no-ternary": "off", "object-curly-spacing": [ |