Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
Fixing jshint
Browse files Browse the repository at this point in the history
  • Loading branch information
amoshaviv committed Dec 25, 2013
1 parent 2cd3512 commit d35cd02
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ module.exports = function(grunt) {
},
jshint: {
all: {
src: ['gruntfile.js', 'public/js/**/*.js', 'test/mocha/**/*.js', 'test/karma/**/*.js', 'app/**/*.js'],
options: {
jshintrc: true
}
src: ['gruntfile.js', 'public/js/**/*.js', 'test/mocha/**/*.js', 'test/karma/**/*.js', 'app/**/*.js']
}
},
nodemon: {
Expand Down

0 comments on commit d35cd02

Please sign in to comment.