1964js/coffeelint.json
schibo4@gmail.com e40ec1d34f mem fixes; Disable slim and relax coffelint
git-svn-id: http://1964js.googlecode.com/svn/trunk@231 0378edba-076e-5dc0-2bb2-d87a714dcd81
2013-02-17 04:21:54 +00:00

18 lines
No EOL
243 B
JSON

{
"max_line_length" : {
"value": 80,
"level" : "ignore"
},
"no_backticks" : {
"level" : "ignore"
},
"no_trailing_whitespace" : {
"level" : "ignore"
},
"no_trailing_semicolons" : {
"level" : "ignore"
}
}