Commit 58b4395b authored by Jérome Perrin's avatar Jérome Perrin Committed by Ioannis Papagiannopoulos

more relaxed jslint configuration

parent f41200cb
......@@ -43,10 +43,14 @@ module.exports = function (grunt) {
directives: {
maxlen: 79,
indent: 2,
maxerr: 3,
maxerr: 5,
todo: true,
white: true,
nomen: true,
predef: [
'window',
'document'
'document',
'Event'
]
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment