diff options
author | Shin'ya Ueoka <ueokande@i-beam.org> | 2017-11-04 22:52:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-04 22:52:17 +0000 |
commit | 516a701ebb9403b271288349b10bd906a61feee0 (patch) | |
tree | 9fea26233e2efbed9b921199eebf04adaec3cf34 /.eslintrc | |
parent | e1fdba693519d36b4be634908070ec65ca442a42 (diff) | |
parent | 387524a407be74c3d52758c2b98ef1f93c4289da (diff) |
Merge pull request #129 from ueokande/retry-setting-load
fix plugin load
Diffstat (limited to '.eslintrc')
-rw-r--r-- | .eslintrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ "multiline-ternary": "off", "newline-after-var": "off", "newline-before-return": "off", + "newline-per-chained-call": "off", "no-bitwise": "off", "no-console": ["error", { "allow": ["warn", "error"] }], "no-empty-function": "off", |