Add jscs "disallowUnusedVariables" rule.

This commit is contained in:
John-David Dalton
2016-04-14 12:45:18 -07:00
parent da7f413f6f
commit f6c14ec31f
5 changed files with 23 additions and 46 deletions

View File

@@ -1,7 +1,6 @@
'use strict';
var _ = require('lodash'),
async = require('async'),
var async = require('async'),
path = require('path');
var file = require('../common/file');