jshint laxbreak

This commit is contained in:
goferito 2014-10-04 23:00:16 +02:00
parent 5e7113afba
commit e7db6a314c

View file

@ -12,6 +12,9 @@ module.exports = function(grunt) {
},
jshint: {
options: {
laxbreak: true
},
all: [ 'Gruntfile.js', 'index.js', 'lib/**/*.js', 'test/**/*.js']
},