-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
Closed
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.
Description
- Subsystem: eslint
See: #11129 (comment)
I added a second commit that replaces a few U+2019 quotes with ASCII quotes so that their files can be stored as one-byte strings.
Probably one for another PR, but this sounds like a good candidate for a lint rule.
Basically we need a lint rule that checks for U+2019 quotes: ’
, and suggests that they be replaced with ASCII quotes: '
.
Metadata
Metadata
Assignees
Labels
good first issueIssues that are suitable for first-time contributors.Issues that are suitable for first-time contributors.toolsIssues and PRs related to the tools directory.Issues and PRs related to the tools directory.