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

Review template string rules #174

Open
rekmarks opened this issue Apr 26, 2021 · 0 comments
Open

Review template string rules #174

rekmarks opened this issue Apr 26, 2021 · 0 comments
Labels
question Further information is requested

Comments

@rekmarks
Copy link
Member

Currently, we prefer single-quoted string literals and template strings over concatenation using +. We also permit backticks (i.e. "`") for strings that do not have any templates. Should we permit backticks for string literals without any templates? Is this even configurable?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants