feat(eslint): Rule "semi-style"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 15:47:33 +04:00
parent e3ef269fef
commit ea076dbff1
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 1 deletions

View File

@ -256,7 +256,7 @@
- [ ] "rest-spread-spacing" - [ ] "rest-spread-spacing"
- [X] "semi" - [X] "semi"
- [X] "semi-spacing" - [X] "semi-spacing"
- [ ] "semi-style" - [X] "semi-style"
- [X] "sort-imports" - [X] "sort-imports"
- [X] "sort-keys" - [X] "sort-keys"
- [ ] "sort-vars" - [ ] "sort-vars"

View File

@ -113,6 +113,10 @@
"before": false "before": false
} }
], ],
"semi-style": [
"error",
"last"
],
"sort-imports": [ "sort-imports": [
"error", "error",
{ {