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 } }