feat(eslint): max-statements-per-line
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
@ -200,6 +200,12 @@
|
||||
"max-statements": [
|
||||
"off"
|
||||
],
|
||||
"max-statements-per-line": [
|
||||
"error",
|
||||
{
|
||||
"max": 1
|
||||
}
|
||||
],
|
||||
"multiline-comment-style": [
|
||||
"error",
|
||||
"starred-block"
|
||||
|
Reference in New Issue
Block a user