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

fix(eslint-plugin): [no-useless-template-literal] do not render escaped strings in autofixes #8688

Draft
wants to merge 9 commits into
base: main
Choose a base branch
from

Commits on Mar 16, 2024

  1. fix(eslint-plugin): [no-useless-template-literal] do not render escap…

    …ed strings in autofixes
    auvred committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    04e4736 View commit details
    Browse the repository at this point in the history
  2. No commit message

    auvred committed Mar 16, 2024
    Configuration menu
    Copy the full SHA
    37b7259 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. escape regular expressions

    auvred committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    d30dd72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    125b997 View commit details
    Browse the repository at this point in the history
  3. yarn lint --fix && yarn format

    auvred committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    655d5b0 View commit details
    Browse the repository at this point in the history
  4. add comments

    auvred committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    e07e146 View commit details
    Browse the repository at this point in the history
  5. oops

    auvred committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    ae589b4 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    98bc977 View commit details
    Browse the repository at this point in the history
  2. better escaping!

    auvred committed Mar 30, 2024
    Configuration menu
    Copy the full SHA
    4d28bc4 View commit details
    Browse the repository at this point in the history