Skip to content
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

fix: object-type-curly-spacing should not throw errors on multiple spaces on option always #466

Merged
merged 2 commits into from Feb 24, 2021

Conversation

angelica-bocanegra
Copy link
Contributor

@angelica-bocanegra angelica-bocanegra commented Feb 23, 2021

Fix errors where on options: ["always"] the rule threw errors when there was more than 1 space present from the first and last tokens.

// Options: ["always"] 
type z = {
  foo: "bar",
  raz: "yar",
};

@gajus

@gajus gajus merged commit e1d5d04 into gajus:master Feb 24, 2021
@gajus
Copy link
Owner

gajus commented Feb 24, 2021

🎉 This PR is included in version 5.3.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

@gajus gajus added the released label Feb 24, 2021
This was referenced Mar 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants