Skip to content

Commit

Permalink
enforcing single quotes for enclosing strings
Browse files Browse the repository at this point in the history
  • Loading branch information
nikoskalogridis committed Aug 3, 2014
1 parent 41db796 commit 4e90bcb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ module.exports = function (grunt) {
'white' : true,
'es3' : true,
'camelcase' : true,
'quotmark' : 'single',
'globals': {
'define': false,
'jQuery': true,
'moment': true
'jQuery': false,
'moment': false
}
}
},
Expand Down

0 comments on commit 4e90bcb

Please sign in to comment.