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-lines-per-function"
|
||||||
- [ ] "max-nested-callbacks"
|
- [ ] "max-nested-callbacks"
|
||||||
- [ ] "max-params"
|
- [ ] "max-params"
|
||||||
- [ ] "max-statements"
|
- [X] "max-statements"
|
||||||
- [ ] "max-statements-per-line"
|
- [ ] "max-statements-per-line"
|
||||||
- [X] "multiline-comment-style"
|
- [X] "multiline-comment-style"
|
||||||
- [ ] "multiline-ternary"
|
- [ ] "multiline-ternary"
|
||||||
|
@ -99,6 +99,9 @@
|
|||||||
"lines-around-directive": [
|
"lines-around-directive": [
|
||||||
"off"
|
"off"
|
||||||
],
|
],
|
||||||
|
"max-statements": [
|
||||||
|
"off"
|
||||||
|
],
|
||||||
"multiline-comment-style": [
|
"multiline-comment-style": [
|
||||||
"error",
|
"error",
|
||||||
"starred-block"
|
"starred-block"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user