From 540578d738cfce398ceddc167a5bdceea4ba720c Mon Sep 17 00:00:00 2001 From: Everton Fraga Date: Fri, 5 Oct 2018 10:22:10 -0300 Subject: [PATCH] excluding global variable from ESLint --- .eslintrc.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.eslintrc.json b/.eslintrc.json index 097887a7d..77b57e90c 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -10,6 +10,7 @@ "Tabs": true, "Tracker": true, "_": true, + "__dirname": true, "window": true, "location": true, "document": true,