From 03e6e52b7df6467fe58c778638968edae494cfe7 Mon Sep 17 00:00:00 2001 From: Anthony Gauthier Date: Wed, 30 Jun 2021 10:10:06 -0400 Subject: [PATCH] Added no-undef to eslint --- .eslintrc.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.yml b/.eslintrc.yml index 19e0fe6..ac0d09f 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -10,4 +10,5 @@ rules: { no-prototype-builtins: 'off', no-console: 'off', no-undefined: 'off', + no-undef: 'off', }