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

feat(eslint-plugin): [no-import-type-side-effects] add rule to warn against runtime side effects with verbatimModuleSyntax #6394

Merged
merged 7 commits into from Feb 1, 2023

Commits on Jan 31, 2023

  1. feat(eslint-plugin): add rule to warn against runtime side effects wi…

    …th verbatimModuleSyntax
    bradzacher committed Jan 31, 2023
    Copy the full SHA
    fedea7a View commit details
    Browse the repository at this point in the history
  2. lint

    bradzacher committed Jan 31, 2023
    Copy the full SHA
    fb41743 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. rename rule

    bradzacher committed Feb 1, 2023
    Copy the full SHA
    997ae3e View commit details
    Browse the repository at this point in the history
  2. rename rule

    bradzacher committed Feb 1, 2023
    Copy the full SHA
    903dd6a View commit details
    Browse the repository at this point in the history
  3. Apply suggestions from code review

    Co-authored-by: Josh Goldberg <git@joshuakgoldberg.com>
    (cherry picked from commit 3848375)
    bradzacher committed Feb 1, 2023
    Copy the full SHA
    3162d56 View commit details
    Browse the repository at this point in the history
  4. bad merge

    bradzacher committed Feb 1, 2023
    Copy the full SHA
    af024ee View commit details
    Browse the repository at this point in the history
  5. fix bad change

    bradzacher committed Feb 1, 2023
    Copy the full SHA
    da7b02f View commit details
    Browse the repository at this point in the history