mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-27 02:23:28 +08:00
18 lines
265 B
JSON
18 lines
265 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"
|
||
|
}
|
||
|
}
|