reposense / RepoSense

Contribution analysis tool for Git repositories
https://reposense.org
MIT License
250 stars 153 forks source link

Enforce No Spacing Between Methods in Vue Files #2174

Open sopa301 opened 8 months ago

sopa301 commented 8 months ago

What feature(s) would you like to see in RepoSense

Add a linter rule to enforce no blank lines between the method functions in a Vue component.

If possible, describe the solution

Eslint Stylistic has a rule that can disallow blank lines between certain types of statements that may be useful.

Additional context

2132 for more details.