Skip to content

Commit

Permalink
Refactor: Codes with using jshint (without: eqnull, loopfunc)
Browse files Browse the repository at this point in the history
  • Loading branch information
mugifly committed Apr 24, 2014
1 parent 3ea6a27 commit 93347fd
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 69 deletions.
11 changes: 9 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,15 @@ module.exports = function(grunt) {
files: ['t/test.html']
},
jshint: {
main: {
src: ['jquery.simple-dtpicker.js']
default: {
src: ['jquery.simple-dtpicker.js'],
options: {
eqnull: true,
loopfunc: true,
},
predef: [
'eqnull', 'eqeqeq'
]
}
},
jquerymanifest: {
Expand Down
Loading

0 comments on commit 93347fd

Please sign in to comment.