From c318afc6cafe9a3170a9fba0d7a8858ada6c1feb Mon Sep 17 00:00:00 2001 From: pyoor Date: Thu, 6 Apr 2017 21:49:07 +0200 Subject: [PATCH] Updated jshint to be aware of globals "Random" and "make" --- .jshintrc | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.jshintrc b/.jshintrc index ba30a6c..3c71666 100644 --- a/.jshintrc +++ b/.jshintrc @@ -12,5 +12,11 @@ "eqnull": true, "node": true, "maxerr": 2000, - "esversion": 6 -} + "esversion": 6, + "undef": true, + "unused": true, + "globals": { + "Random": true, + "make": true + } +} \ No newline at end of file