feat(eslint): Rule "key-spacing"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -37,6 +37,14 @@
|
||||
"indent-legacy": [
|
||||
"off"
|
||||
],
|
||||
"key-spacing": [
|
||||
"error",
|
||||
{
|
||||
"afterColon": true,
|
||||
"beforeColon": false,
|
||||
"mode": "strict"
|
||||
}
|
||||
],
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
|
Reference in New Issue
Block a user