diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-18 00:58:14 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-18 00:58:14 +0900 |
commit | 8a8222158cd2b2d2277b3cc956ad97517e64c65d (patch) | |
tree | f622f2748cc853a932615969ae956c96c3364359 /.eslintrc | |
parent | bf07e89126989cc555a10848ddf18589fffe2e49 (diff) | |
parent | 10bb350d849bf78d8811f11beb7f0bfb0e3ac03b (diff) |
Merge branch 'history-completion'
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -22,6 +22,7 @@ "comma-dangle": "off", "consistent-return": "off", "default-case": "off", + "dot-location": ["error", "property"], "function-paren-newline": "off", "id-length": "off", "indent": ["error", 2], |