feat(eslint): Rule "max-statements"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
b2282f2cd1
commit
85c555f5a1
@ -68,7 +68,7 @@
|
||||
- [ ] "max-lines-per-function"
|
||||
- [ ] "max-nested-callbacks"
|
||||
- [ ] "max-params"
|
||||
- [ ] "max-statements"
|
||||
- [X] "max-statements"
|
||||
- [ ] "max-statements-per-line"
|
||||
- [X] "multiline-comment-style"
|
||||
- [ ] "multiline-ternary"
|
||||
|
@ -99,6 +99,9 @@
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
"max-statements": [
|
||||
"off"
|
||||
],
|
||||
"multiline-comment-style": [
|
||||
"error",
|
||||
"starred-block"
|
||||
|
Loading…
x
Reference in New Issue
Block a user