We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39cfe1f commit 1f03946Copy full SHA for 1f03946
1 file changed
app/templates/gulpfile.babel.js
@@ -94,13 +94,13 @@ function whenServerReady(cb) {
94
* Reusable pipelines
95
********************/
96
97
-var lintClientScripts = lazypipe()<% if(filters.coffee) { %>
+let lintClientScripts = lazypipe()<% if(filters.coffee) { %>
98
.pipe(plugins.coffeelint)
99
.pipe(plugins.coffeelint.reporter);<% } else { %>
100
.pipe(plugins.jshint, 'client/.jshintrc')
101
.pipe(plugins.jshint.reporter, 'jshint-stylish');<% } %>
102
103
-var lintServerScripts = lazypipe()<% if(filters.coffee) { %>
+let lintServerScripts = lazypipe()<% if(filters.coffee) { %>
104
105
106
.pipe(plugins.jshint, 'server/.jshintrc')
0 commit comments