diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 23:00:54 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-09-17 23:00:54 +0900 |
commit | 4bd55b67b6c71a1f80305f942ddfbc7a9df142f3 (patch) | |
tree | 25895a09e724cb5d2b081d96c3b5dca31460eca6 | |
parent | 66de4a59d0e3b617b9ba317e77aedb6fb705a1ff (diff) |
fix .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], |