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
There is no rule to enforce single quotes or double quotes for type objects or aliases.
Any of these are valid and doesn't respect eslint's base quotes rule.
quotes
type A = 'test'; type B = "test"; type T = { test: "hello" | 'test', t: 'hello', };
The text was updated successfully, but these errors were encountered:
PR would be accepted.
Sorry, something went wrong.
🎉 This issue has been resolved in version 5.7.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
There is no rule to enforce single quotes or double quotes for type objects or aliases.
Any of these are valid and doesn't respect eslint's base
quotes
rule.The text was updated successfully, but these errors were encountered: