We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
#2132 for more details.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: