diff --git a/.eslintrc.json b/.eslintrc.json index 8661b65..f07a42a 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -28,7 +28,7 @@ "func-names": "off", "func-style": ["error", "declaration", { "allowArrowFunctions": true }], "generator-star-spacing": "error", - "global-require": "error", + "global-require": "off", "guard-for-in": "error", "handle-callback-err": "error", "id-blacklist": "error",