feat(eslint): Rule "multiline-comment-style'
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
2bd8970004
commit
f49a9ddf66
@ -70,7 +70,7 @@
|
|||||||
- [ ] "max-params"
|
- [ ] "max-params"
|
||||||
- [ ] "max-statements"
|
- [ ] "max-statements"
|
||||||
- [ ] "max-statements-per-line"
|
- [ ] "max-statements-per-line"
|
||||||
- [ ] "multiline-comment-style"
|
- [X] "multiline-comment-style"
|
||||||
- [ ] "multiline-ternary"
|
- [ ] "multiline-ternary"
|
||||||
- [X] "new-cap"
|
- [X] "new-cap"
|
||||||
- [ ] "new-parens"
|
- [ ] "new-parens"
|
||||||
|
@ -89,6 +89,10 @@
|
|||||||
"lines-around-directive": [
|
"lines-around-directive": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"multiline-comment-style": [
|
||||||
|
"error",
|
||||||
|
"starred-block"
|
||||||
|
],
|
||||||
"new-cap": [
|
"new-cap": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user