From c082bb8cccaf02dd5b08523fa238cac684d86919 Mon Sep 17 00:00:00 2001 From: Jan Nicklas Date: Wed, 11 Mar 2015 10:54:20 +0100 Subject: [PATCH] Allow filter methods in jshint --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index c1ae587..641347d 100644 --- a/index.js +++ b/index.js @@ -1,3 +1,4 @@ +/*jshint -W083 */ var fs = require('fs'); var path = require('path'); var tmpl = require('blueimp-tmpl').tmpl;