aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-03 14:54:13 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-11-05 07:47:05 +0900
commit387524a407be74c3d52758c2b98ef1f93c4289da (patch)
treee12cda099fd5c574364d328b5fd2a45f7e779f97 /.eslintrc
parente4ff3a78fbb8aed79292b20e89ca0f5e75a4a0bf (diff)
fix plugin load
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index 9820e69..949b5a5 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -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",