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

Upgrade: @eslint/eslintrc@1.0.3 for Jest workaround #15164

Merged
merged 2 commits into from Oct 14, 2021

Commits on Oct 14, 2021

  1. Copy the full SHA
    560e176 View commit details
    Browse the repository at this point in the history
  2. Chore: Remove unused disable comments

    `eslint-plugin-node`'s `no-missing-require` previously had a false
    positive report that the `@eslint/eslintrc/universal` export did not
    exist. Now with the release of `@eslint/eslintrc@1.0.3` with a "fake"
    (not part of `exports` in `package.json`) `universal` export, as a
    workaround for Jest, `no-missing-require` is satisfied that it does
    exist.
    btmills committed Oct 14, 2021
    Copy the full SHA
    9557e2a View commit details
    Browse the repository at this point in the history