Open sopa301 opened 8 months ago
Add a linter rule to enforce no blank lines between the method functions in a Vue component.
Eslint Stylistic has a rule that can disallow blank lines between certain types of statements that may be useful.
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.