feat(eslint): Rule "no-multi-str"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
4a828b091d
commit
94cbe35417
@ -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"
|
||||
|
@ -276,6 +276,9 @@
|
||||
"ignoreEOLComments": false
|
||||
}
|
||||
],
|
||||
"no-multi-str": [
|
||||
"error"
|
||||
],
|
||||
"no-multiple-empty-lines": [
|
||||
"error",
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user