pulsar/coffeelint.json
2014-08-11 16:32:13 -07:00

15 lines
212 B
JSON

{
"indentation": {
"level": "ignore"
},
"max_line_length": {
"level": "ignore"
},
"no_empty_param_list": {
"level": "error"
},
"no_unnecessary_fat_arrows": {
"level": "ignore"
}
}