From c23333110d846b4bf4a76422853820875b74e93a Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Sun, 26 Nov 2017 16:41:59 +0900 Subject: confirm before setting migration --- .eslintrc | 1 + 1 file changed, 1 insertion(+) (limited to '.eslintrc') 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", -- cgit v1.2.3