-
Notifications
You must be signed in to change notification settings - Fork 21
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
added lint check for space after comma #2039
Conversation
Deployed to https://pr-2039.aam-digital.net/ |
Thanks for looking into this, @rudresh ! I had assumed the eslint default rules automatically always apply (and "comma-spacing.after" supposedly is a default?), wasn't this how tslint used to work with standard rules, @TheSlimvReal? Or was that just prettier? |
@TheSlimvReal I added full prettier formatting to be enforced by the lint check now. What do you think? |
all prettier rules are enforced by lint check now --------- Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
🎉 This PR is included in version 3.26.0-master.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
all prettier rules are enforced by lint check now --------- Co-authored-by: Sebastian Leidig <sebastian@aam-digital.com>
🎉 This PR is included in version 3.26.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Enhances eslint to check for a space after comma.