feat(eslint): Rule "no-extra-semi"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 22:42:08 +04:00
parent 7ecc10853d
commit 228ce628a4
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 4 additions and 1 deletions

View File

@ -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"

View File

@ -121,6 +121,9 @@
"allowIndirect": false
}
],
"no-extra-semi": [
"error"
],
"no-multi-spaces": [
"error",
{