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-unicode-regexp"
|
||||||
- [ ] "require-yield"
|
- [ ] "require-yield"
|
||||||
- [ ] "rest-spread-spacing"
|
- [ ] "rest-spread-spacing"
|
||||||
- [ ] "semi"
|
- [X] "semi"
|
||||||
- [ ] "semi-spacing"
|
- [ ] "semi-spacing"
|
||||||
- [ ] "semi-style"
|
- [ ] "semi-style"
|
||||||
- [X] "sort-imports"
|
- [X] "sort-imports"
|
||||||
|
@ -99,6 +99,13 @@
|
|||||||
"require-jsdoc": [
|
"require-jsdoc": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"semi": [
|
||||||
|
"error",
|
||||||
|
"always",
|
||||||
|
{
|
||||||
|
"omitLastInOneLineBlock": false
|
||||||
|
}
|
||||||
|
],
|
||||||
"sort-imports": [
|
"sort-imports": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user