mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03: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"
|
|
}
|
|
}
|