feat(eslint): Rule "multiline-comment-style'

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
Valentin Popov 2020-02-13 22:54:18 +04:00
parent 2bd8970004
commit f49a9ddf66
Signed by: Valentin Popov
GPG Key ID: 269A00ACA90A8EA3
2 changed files with 5 additions and 1 deletions

View File

@ -70,7 +70,7 @@
- [ ] "max-params"
- [ ] "max-statements"
- [ ] "max-statements-per-line"
- [ ] "multiline-comment-style"
- [X] "multiline-comment-style"
- [ ] "multiline-ternary"
- [X] "new-cap"
- [ ] "new-parens"

View File

@ -89,6 +89,10 @@
"lines-around-directive": [
"off"
],
"multiline-comment-style": [
"error",
"starred-block"
],
"new-cap": [
"error",
{