-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
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
Rule suggestion: Enforce padding between class functions #438
Comments
sure, seems reasonable |
There's no eslint core rule for this? @LinusU can you propose it on the eslint repo? |
I also created a working rule 🙌 |
@LinusU Nice work! Please post a comment here / send a PR when that's merged and released in ESLint so we can add this rule to |
Will do 👌 |
@LinusU Looks like progress is going well on this rule -- it's almost there! I'm going to close this issue since it's already being tracked in the ESLint repo and there's nothing for us to do here. Please open a new issue or PR when this rule is actually added to ESLint and I'll enable it. If you forget, no worries either. Every time I update ESLint, I evaluate every new rule for inclusion in |
It has finally landed 🚀 🎉 |
Landed in eslint 4.9.0 🎉 |
Let's include this in Ecosystem impact: only one failing package ( |
I would like to propose a rule that enforces consistent spacing between class functions.
The following patterns would be considered problems:
The following pattern would be considered valid:
The text was updated successfully, but these errors were encountered: