jshint laxbreak
This commit is contained in:
parent
5e7113afba
commit
e7db6a314c
1 changed files with 30 additions and 27 deletions
|
@ -12,6 +12,9 @@ module.exports = function(grunt) {
|
|||
},
|
||||
|
||||
jshint: {
|
||||
options: {
|
||||
laxbreak: true
|
||||
},
|
||||
all: [ 'Gruntfile.js', 'index.js', 'lib/**/*.js', 'test/**/*.js']
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue