Run jshint on output
Allows us to execute jshint in non-forced mode.
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ ID [^\s!"#%-,\.\/;->@\[-\^`\{-~]+/{LOOKAHEAD}
|
||||
<mu>".." return 'ID';
|
||||
<mu>"."/{LOOKAHEAD} return 'ID';
|
||||
<mu>[\/.] return 'SEP';
|
||||
<mu>\s+ /*ignore whitespace*/
|
||||
<mu>\s+ // ignore whitespace
|
||||
<mu>"}"{RIGHT_STRIP}?"}}" this.popState(); return 'CLOSE_UNESCAPED';
|
||||
<mu>{RIGHT_STRIP}?"}}" this.popState(); return 'CLOSE';
|
||||
<mu>'"'("\\"["]|[^"])*'"' yytext = strip(1,2).replace(/\\"/g,'"'); return 'STRING';
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
/* jshint ignore:start */
|
||||
@@ -1 +1,2 @@
|
||||
export default handlebars;
|
||||
/* jshint ignore:end */
|
||||
|
||||
Reference in New Issue
Block a user