feat(eslint): Rule "no-extra-semi"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
7ecc10853d
commit
228ce628a4
@ -118,7 +118,7 @@
|
|||||||
- [ ] "no-extra-boolean-cast"
|
- [ ] "no-extra-boolean-cast"
|
||||||
- [ ] "no-extra-label"
|
- [ ] "no-extra-label"
|
||||||
- [ ] "no-extra-parens"
|
- [ ] "no-extra-parens"
|
||||||
- [ ] "no-extra-semi"
|
- [X] "no-extra-semi"
|
||||||
- [ ] "no-fallthrough"
|
- [ ] "no-fallthrough"
|
||||||
- [ ] "no-floating-decimal"
|
- [ ] "no-floating-decimal"
|
||||||
- [ ] "no-func-assign"
|
- [ ] "no-func-assign"
|
||||||
|
@ -121,6 +121,9 @@
|
|||||||
"allowIndirect": false
|
"allowIndirect": false
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"no-extra-semi": [
|
||||||
|
"error"
|
||||||
|
],
|
||||||
"no-multi-spaces": [
|
"no-multi-spaces": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user