-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
Space after curly braces? #146
Comments
@arv {
"babel/object-curly-spacing": [2, "never"]
} For additional info on options refer to object-curly-spacing - Rules - ESLint |
@thealjey that doesn't cover types, does it? |
@gajus oh, yep, you're right. It does not, sorry. |
Is this planned? What would be required? Creating a new rule? |
Closing as stale. PR is welcome. |
🎉 This issue has been resolved in version 5.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Is there a rule that controls whether a space is allowed or not after an object type annotation?
The text was updated successfully, but these errors were encountered: