From 63a2d83d26671517cb937b8ad1e92e77cd100f20 Mon Sep 17 00:00:00 2001 From: rejas Date: Sat, 2 May 2020 10:32:53 +0200 Subject: [PATCH] Start checking for undef --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c49c0cd6..09a58214 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -16,7 +16,6 @@ "rules": { "eqeqeq": "error", "no-prototype-builtins": "off", - "no-undef": "off", "no-unused-vars": "off" } }