Skip to content

Commit

Permalink
Update JSHint's options.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Feb 27, 2015
1 parent e44b90d commit b08130a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .jshintrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
{
"boss": true,
"curly": true,
"eqeqeq": true,
"eqnull": true,
"immed": true,
"latedef": true,
"newcap": true,
"noarg": true,
"node": true,
"sub": true,
"undef": true,
"boss": true,
"eqnull": true,
"node": true
"unused": true
}
1 change: 0 additions & 1 deletion test/stylus_test.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
'use strict';

var grunt = require('grunt');
var fs = require('fs');

function readFile(file) {
var contents = grunt.file.read(file);
Expand Down

0 comments on commit b08130a

Please sign in to comment.