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

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

View File

@ -145,7 +145,7 @@
- [X] "no-mixed-spaces-and-tabs"
- [ ] "no-multi-assign"
- [X] "no-multi-spaces"
- [ ] "no-multi-str"
- [X] "no-multi-str"
- [X] "no-multiple-empty-lines"
- [X] "no-native-reassign"
- [ ] "no-negated-condition"

View File

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