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 broken lint on CI #5507

Merged
merged 7 commits into from
Nov 11, 2024
Merged

Fix broken lint on CI #5507

merged 7 commits into from
Nov 11, 2024

Commits on Nov 11, 2024

  1. fix broken lint

    i'm currently getting errors with yarn lint locally,
    but CI is succeeding. meaning i always have to bypass commit hooks
    Unable to resolve path to module '@uppy/...'  import/no-unresolved
    mifi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8da0359 View commit details
    Browse the repository at this point in the history
  2. use built in cache

    mifi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    8b5fdbf View commit details
    Browse the repository at this point in the history
  3. skip corepack check

    mifi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    437aecd View commit details
    Browse the repository at this point in the history
  4. disable no-unresolved rule

    i don't think it's very necessary now that we have typescript
    mifi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    c86e34f View commit details
    Browse the repository at this point in the history
  5. revert

    mifi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    22faa05 View commit details
    Browse the repository at this point in the history
  6. remove remnants of refactor

    mifi committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    491902f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9bb379 View commit details
    Browse the repository at this point in the history