Commit 20d45a93 authored by Jérome Perrin's avatar Jérome Perrin

more relaxed jslint configuration

parent 52521f92
......@@ -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