feat(eslint): max-statements-per-line
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
3467c5b216
commit
ff60ccfbd9
@ -69,7 +69,7 @@
|
||||
- [ ] "max-nested-callbacks"
|
||||
- [ ] "max-params"
|
||||
- [X] "max-statements"
|
||||
- [ ] "max-statements-per-line"
|
||||
- [X] "max-statements-per-line"
|
||||
- [X] "multiline-comment-style"
|
||||
- [ ] "multiline-ternary"
|
||||
- [X] "new-cap"
|
||||
|
@ -200,6 +200,12 @@
|
||||
"max-statements": [
|
||||
"off"
|
||||
],
|
||||
"max-statements-per-line": [
|
||||
"error",
|
||||
{
|
||||
"max": 1
|
||||
}
|
||||
],
|
||||
"multiline-comment-style": [
|
||||
"error",
|
||||
"starred-block"
|
||||
|
Loading…
x
Reference in New Issue
Block a user