From f1c7f201a7bbfb3d152ef3214ddf23be7d5250bb Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 13 Jan 2018 14:56:12 +0530 Subject: [PATCH] eslintrc: enable global require --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",