mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-11-11 10:12:00 +08:00
20 lines
325 B
JSON
20 lines
325 B
JSON
{
|
|
"max_line_length": {
|
|
"level": "ignore"
|
|
},
|
|
"no_empty_param_list": {
|
|
"level": "error"
|
|
},
|
|
"arrow_spacing": {
|
|
"level": "error"
|
|
},
|
|
"no_unnecessary_fat_arrows": {
|
|
"level": "ignore"
|
|
},
|
|
"no_interpolation_in_single_quotes": {
|
|
"level": "error"
|
|
},
|
|
"no_debugger": {
|
|
"level": "error"
|
|
}
|
|
}
|