feat(eslint): Rule "no-multi-str"

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-02-14 01:39:43 +04:00
parent 4a828b091d
commit 94cbe35417
2 changed files with 4 additions and 1 deletions

View File

@ -276,6 +276,9 @@
"ignoreEOLComments": false
}
],
"no-multi-str": [
"error"
],
"no-multiple-empty-lines": [
"error",
{