Skip to content

Commit

Permalink
Fix JSHint warning for gulpfile
Browse files Browse the repository at this point in the history
It's a workaround for jshint/jshint#1535. The real fix would be setting `jquery:false`.
  • Loading branch information
silvenon committed Dec 21, 2014
1 parent c32e765 commit 23bf645
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/templates/gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/* jshint node:true */
/* global -$ */
'use strict';
// generated on <%= (new Date).toISOString().split('T')[0] %> using <%= pkg.name %> <%= pkg.version %>
var gulp = require('gulp');
Expand Down

1 comment on commit 23bf645

@arthurvr
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Please sign in to comment.