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-label"
|
||||
- [ ] "no-extra-parens"
|
||||
- [ ] "no-extra-semi"
|
||||
- [X] "no-extra-semi"
|
||||
- [ ] "no-fallthrough"
|
||||
- [ ] "no-floating-decimal"
|
||||
- [ ] "no-func-assign"
|
||||
|
@ -121,6 +121,9 @@
|
||||
"allowIndirect": false
|
||||
}
|
||||
],
|
||||
"no-extra-semi": [
|
||||
"error"
|
||||
],
|
||||
"no-multi-spaces": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user