Remove jshint completely
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user