Skip to content

Commit

Permalink
clean up jshint comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Contra committed Jan 17, 2014
1 parent 132e53e commit fdf3514
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 18 deletions.
2 changes: 0 additions & 2 deletions bin/gulp.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
#!/usr/bin/env node

/*jshint node:true */

'use strict';

var path = require('path');
Expand Down
2 changes: 0 additions & 2 deletions gulpfile.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* jshint node: true */

'use strict';

// TODO: figure out the best way to make gulp a dep of itself
Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*jshint node:true */

'use strict';

var util = require('util');
Expand Down
2 changes: 0 additions & 2 deletions lib/completion.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* jshint node: true */

'use strict';

var fs = require('fs');
Expand Down
2 changes: 0 additions & 2 deletions lib/taskTree.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/* jshint node: true */

'use strict';

module.exports = function(tasks) {
Expand Down
2 changes: 0 additions & 2 deletions test/dest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*jshint node:true */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var gulp = require('../');
Expand Down
2 changes: 0 additions & 2 deletions test/src.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*jshint node:true */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var gulp = require('../');
Expand Down
2 changes: 0 additions & 2 deletions test/taskTree.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*jshint node:true */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var taskTree = require('../lib/taskTree');
Expand Down
2 changes: 0 additions & 2 deletions test/tasks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
/*jshint node:true */
/*global describe:false, it:false, beforeEach:false, afterEach:false */
'use strict';

var gulp = require('../');
Expand Down

0 comments on commit fdf3514

Please sign in to comment.