feat(eslint): Rule "arrow-spacing"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-13 16:40:40 +04:00
parent 799b6c9f21
commit 3ed46834aa
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,13 @@
"error",
"always"
],
"arrow-spacing": [
"error",
{
"after": true,
"before": true
}
],
"brace-style": [
"error",
"1tbs",