From 208df39ca4cdab98a079a904595349554ae37227 Mon Sep 17 00:00:00 2001 From: abner Date: Fri, 26 Aug 2016 15:29:18 -0300 Subject: [PATCH] adding __dirname to config --- .jshintrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.jshintrc b/.jshintrc index 27e867d..cb6ce63 100644 --- a/.jshintrc +++ b/.jshintrc @@ -11,6 +11,7 @@ "Promise": true, "module": true, "console": true, - "Buffer": true + "Buffer": true, + "__dirname": true } }