diff --git a/.eslintrc.json b/.eslintrc.json index 3591615..10914e5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -43,7 +43,7 @@ "standard/no-callback-literal": "off" }, "globals": { - "require": false, - "module": false + "require": "readonly", + "module": "readonly" } }