mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-09 13:15:37 +03:00
4a8fa01e2c
This rule, although it would be nice, is a bit too buggy for use right now - see https://github.com/clutchski/coffeelint/issues/245
38 lines
607 B
JSON
38 lines
607 B
JSON
{
|
|
"max_line_length": {
|
|
"level": "ignore"
|
|
},
|
|
"no_empty_param_list": {
|
|
"level": "error"
|
|
},
|
|
"arrow_spacing": {
|
|
"level": "error"
|
|
},
|
|
"no_interpolation_in_single_quotes": {
|
|
"level": "error"
|
|
},
|
|
"no_debugger": {
|
|
"level": "error"
|
|
},
|
|
"prefer_english_operator": {
|
|
"level": "error"
|
|
},
|
|
"colon_assignment_spacing": {
|
|
"spacing": {
|
|
"left": 0,
|
|
"right": 1
|
|
},
|
|
"level": "error"
|
|
},
|
|
"braces_spacing": {
|
|
"spaces": 0,
|
|
"level": "error"
|
|
},
|
|
"spacing_after_comma": {
|
|
"level": "error"
|
|
},
|
|
"no_stand_alone_at": {
|
|
"level": "error"
|
|
}
|
|
}
|