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" - [X] "no-mixed-spaces-and-tabs"
- [ ] "no-multi-assign" - [ ] "no-multi-assign"
- [X] "no-multi-spaces" - [X] "no-multi-spaces"
- [ ] "no-multi-str" - [X] "no-multi-str"
- [X] "no-multiple-empty-lines" - [X] "no-multiple-empty-lines"
- [X] "no-native-reassign" - [X] "no-native-reassign"
- [ ] "no-negated-condition" - [ ] "no-negated-condition"

View File

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