Remove jshint completely

This commit is contained in:
kpdecker
2015-04-27 10:07:05 -05:00
parent 6ecf509385
commit fc13400b6f
10 changed files with 1 additions and 65 deletions
-1
View File
@@ -29,7 +29,6 @@ function create() {
let Handlebars = create();
Handlebars.create = create;
/*jshint -W040 */
/* istanbul ignore next */
let root = typeof global !== 'undefined' ? global : window,
$Handlebars = root.Handlebars;