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

feat(prettier-config): disallow unnecessary template string #232

Closed
zanminkian opened this issue Jun 5, 2024 · 1 comment
Closed

feat(prettier-config): disallow unnecessary template string #232

zanminkian opened this issue Jun 5, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@zanminkian
Copy link
Owner

zanminkian commented Jun 5, 2024

// bad
const bad = `some string without placeholders`;
// good
const good = "some string without placeholders";
@zanminkian zanminkian added the enhancement New feature or request label Jun 5, 2024
@zanminkian
Copy link
Owner Author

18617b4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant