diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-08-26 21:27:27 +0900 |
---|---|---|
committer | Shin'ya Ueoka <ueokande@i-beam.org> | 2019-08-26 21:27:27 +0900 |
commit | ad447e8cc164923cd3a6ef1c031dc47ecc287f17 (patch) | |
tree | b99f61377bb5a32f07514454ac44c90fb3e1c523 /.eslintrc | |
parent | 9db15b77ced9b458750513361c84b727eabac485 (diff) |
Update .eslintrc
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ "default-case": "off", "dot-location": ["error", "property"], "function-paren-newline": "off", + "function-call-argument-newline": ["error", "consistent"], "id-length": "off", "indent": ["error", 2], "init-declarations": "off", |