From 17be3fd538f7bfbdc622861823dc5b9b4dd3329f Mon Sep 17 00:00:00 2001 From: Calvin Koepke Date: Thu, 16 Jul 2020 09:08:29 -0600 Subject: [PATCH] update eslint globals --- .eslintrc.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 52f8a36..e0b3ec4 100755 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,6 +3,9 @@ "rules": {}, "globals": { "module": true, - "process": true + "process": true, + "wp": true, + "lodash": true, + "require": true } }