From 1efb36a3cb4c5c7e8955ca53ffa03ba1df07eb40 Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Sun, 14 May 2017 12:32:21 -0700 Subject: [PATCH] hide eslint warnings --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e7fb6d..7f41463 100644 --- a/package.json +++ b/package.json @@ -56,7 +56,7 @@ "rules": { "comma-dangle": 0, "func-names": 0, - "no-alert": 1, + "no-alert": 0, "no-console": 1, "no-use-before-define": 0, "prefer-rest-params": 0, @@ -71,7 +71,7 @@ "max-len": 0, "no-param-reassign": 0, "consistent-return": 0, - "no-restricted-syntax": 1, + "no-restricted-syntax": 0, "no-bitwise": 0, "no-plusplus": 0 }