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

[quotemark] Exclude some cases from backtick rule #4693

Merged
merged 3 commits into from May 7, 2019
Merged

[quotemark] Exclude some cases from backtick rule #4693

merged 3 commits into from May 7, 2019

Commits on May 1, 2019

  1. [quotemark] Exclude some cases from backtick rule

    This commit makes quotemark backtick ignore use strict declarations, enum members, lookup types, and strings containing octal escape sequences.
    ericbf committed May 1, 2019
    Copy the full SHA
    8eda20a View commit details
    Browse the repository at this point in the history
  2. [quotemark] Fix comment on use strict check call

    I had copy pasted and forgotten to change it. This changes that comment.
    ericbf committed May 1, 2019
    Copy the full SHA
    ee3c569 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2019

  1. Revert unrelated change, fix octal escape sequence check

    This commit makes it so that if a string has a literal backslash instead of an actual octal escape sequence, it is not flagged.
    ericbf committed May 5, 2019
    Copy the full SHA
    cb1fd92 View commit details
    Browse the repository at this point in the history