Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Fix #4514: [quotemark: backtick] Incorrectly flags string literals that must use single/double quotes #4535

Merged
merged 3 commits into from Feb 24, 2019

Conversation

rrogowski
Copy link
Contributor

@rrogowski rrogowski commented Feb 23, 2019

PR checklist

Overview of change:

Don't use backticks instead of single/double quotes when it breaks TypeScript syntax.

Is there anything you'd like reviewers to focus on?

Any other edge cases.

CHANGELOG.md entry:

[bugfix] quotemark: backtick no longer incorrectly flags string literals that must use single/double quotes

@rrogowski rrogowski changed the title Fix #4514 Fix #4514: [quotemark: backtick] Incorrectly flags string literals that must use single/double quotes Feb 24, 2019
Copy link
Contributor

@JoshuaKGoldberg JoshuaKGoldberg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Super, thanks @rrogowski! 🙌 This looks perfect.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[quotemark: backtick] Incorrectly flags string literals that must use single/double quotes
2 participants