feat(eslint): Rule "semi"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
a9f8e8c2e2
commit
70f1b5ba27
@ -254,7 +254,7 @@
|
||||
- [ ] "require-unicode-regexp"
|
||||
- [ ] "require-yield"
|
||||
- [ ] "rest-spread-spacing"
|
||||
- [ ] "semi"
|
||||
- [X] "semi"
|
||||
- [ ] "semi-spacing"
|
||||
- [ ] "semi-style"
|
||||
- [X] "sort-imports"
|
||||
|
@ -99,6 +99,13 @@
|
||||
"require-jsdoc": [
|
||||
"off"
|
||||
],
|
||||
"semi": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"omitLastInOneLineBlock": false
|
||||
}
|
||||
],
|
||||
"sort-imports": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user