aboutsummaryrefslogtreecommitdiff
path: root/.eslintrc
diff options
context:
space:
mode:
authorShin'ya Ueoka <ueokande@i-beam.org>2017-11-26 16:41:59 +0900
committerShin'ya Ueoka <ueokande@i-beam.org>2017-11-26 16:41:59 +0900
commitc23333110d846b4bf4a76422853820875b74e93a (patch)
tree64555dd19f414d27308ec3cd43ed6bdfef7d077b /.eslintrc
parent26777d9e309dbc328b59581adb92f160c18f812c (diff)
confirm before setting migration
Diffstat (limited to '.eslintrc')
-rw-r--r--.eslintrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.eslintrc b/.eslintrc
index ab61dc7..0f230c7 100644
--- a/.eslintrc
+++ b/.eslintrc
@@ -36,6 +36,7 @@
"newline-after-var": "off",
"newline-before-return": "off",
"newline-per-chained-call": "off",
+ "no-alert": "off",
"no-bitwise": "off",
"no-console": ["error", { "allow": ["warn", "error"] }],
"no-empty-function": "off",