Skip to content

Commit

Permalink
update jshint config
Browse files Browse the repository at this point in the history
  • Loading branch information
iamso committed Jul 29, 2016
1 parent 65580d2 commit 3c84a23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grunt/jshint.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
module.exports = {

options: {
jshintrc: 'grunt/configs/.jshintrc'
jshintrc: 'grunt/configs/.jshintrc',
reporterOutput: "",
},
src: ['src/*.js']

Expand Down

0 comments on commit 3c84a23

Please sign in to comment.