feat(eslint): Rule "lines-between-class-members"
Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
parent
84ac571426
commit
21abdcaf63
@ -60,7 +60,7 @@
|
||||
- [X] "linebreak-style"
|
||||
- [ ] "lines-around-comment"
|
||||
- [X] "lines-around-directive"
|
||||
- [ ] "lines-between-class-members"
|
||||
- [X] "lines-between-class-members"
|
||||
- [ ] "max-classes-per-file"
|
||||
- [ ] "max-depth"
|
||||
- [ ] "max-len"
|
||||
|
@ -110,6 +110,13 @@
|
||||
"lines-around-directive": [
|
||||
"off"
|
||||
],
|
||||
"lines-between-class-members": [
|
||||
"error",
|
||||
"always",
|
||||
{
|
||||
"exceptAfterSingleLine": false
|
||||
}
|
||||
],
|
||||
"max-statements": [
|
||||
"off"
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user