Run jshint on output

Allows us to execute jshint in non-forced mode.
This commit is contained in:
kpdecker
2013-12-01 15:40:08 -06:00
parent 86974b2660
commit f17cb3ecac
11 changed files with 15 additions and 14 deletions
+1
View File
@@ -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
View File
@@ -1,4 +1,3 @@
/*globals Exception, Utils */
module Utils from "./utils";
import Exception from "./exception";
-1
View File
@@ -1,4 +1,3 @@
/*global Utils */
module Utils from "./utils";
import Exception from "./exception";
import { COMPILER_REVISION, REVISION_CHANGES } from "./base";
+1
View File
@@ -1,3 +1,4 @@
/*jshint -W004 */
import SafeString from "./safe-string";
var escape = {