-
Notifications
You must be signed in to change notification settings - Fork 5
Only applies to methods, not members #11
Copy link
Copy link
Open
Labels
Description
export class FooBar {
foo;
bar;
}This doesn't report anything even though there is no new line between the members foo and bar.
If this rule is only for class methods, it should maybe not be named lines-between-class-members?
Would be nice to make it work for any type of member and then you could make it configurable in case someone only wants it to apply to methods.
Reactions are currently unavailable