Skip to content

Commit

Permalink
move joshing node flag to jshintrc
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Dec 25, 2014
1 parent 3b9d9ff commit c2bf3f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions app/templates/gulpfile.js
@@ -1,5 +1,4 @@
/* jshint node:true */
/* global -$ */
/*global -$ */
'use strict';
// generated on <%= (new Date).toISOString().split('T')[0] %> using <%= pkg.name %> <%= pkg.version %>
var gulp = require('gulp');
Expand Down
1 change: 1 addition & 0 deletions app/templates/jshintrc
@@ -1,5 +1,6 @@
{
"browser": true,
"node": true,
"esnext": true,
"bitwise": true,
"camelcase": true,
Expand Down

0 comments on commit c2bf3f0

Please sign in to comment.