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

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

View File

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