Run jshint on output
Allows us to execute jshint in non-forced mode.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
/*globals Handlebars: true */
|
||||
module base from "./handlebars/base";
|
||||
|
||||
// Each of these augment the Handlebars object. No need to setup here.
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/*globals Exception, Utils */
|
||||
module Utils from "./utils";
|
||||
import Exception from "./exception";
|
||||
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
/*global Utils */
|
||||
module Utils from "./utils";
|
||||
import Exception from "./exception";
|
||||
import { COMPILER_REVISION, REVISION_CHANGES } from "./base";
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
/*jshint -W004 */
|
||||
import SafeString from "./safe-string";
|
||||
|
||||
var escape = {
|
||||
|
||||
Reference in New Issue
Block a user