This plugin ensures consistent spacing before and after the colon for type definitions.
{
...
"lint": {
...
"plugins": [
"jsr:@loat-dev/lint-plugins/colon_spacing"
]
}
}This plugin ensures consistent formatting for imports.
{
...
"lint": {
...
"plugins": [
"jsr:@loat-dev/lint-plugins/imports"
]
}
}This plugin ensures consistent formatting for arrays.
{
...
"lint": {
...
"plugins": [
"jsr:@loat-dev/lint-plugins/arrays"
]
}
}