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

deps: Update to eslint-config-transloadit@v2 #291

Merged
merged 14 commits into from
Oct 29, 2021

Commits on Oct 28, 2021

  1. fix watching

    I found that it currently doesn't work properly
    this also makes it more DRY
    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    8780068 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc928f0 View commit details
    Browse the repository at this point in the history
  3. don't lint demos/reactnative

    gives errors in vscode
    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    0a91430 View commit details
    Browse the repository at this point in the history
  4. lint everything else by default

    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    98fb9e7 View commit details
    Browse the repository at this point in the history
  5. upgrade linting to 2.0.0-0

    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ea50e3a View commit details
    Browse the repository at this point in the history
  6. cleanup unneeded stuff from .eslintrc

    inherited from eslint-config-transloadit
    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    d3a6c19 View commit details
    Browse the repository at this point in the history
  7. run eslint --fix

    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    52c2717 View commit details
    Browse the repository at this point in the history
  8. disable no-underscore-dangle

    it's so common
    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    4d67ace View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    16a2617 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3e8b43e View commit details
    Browse the repository at this point in the history
  11. disable import check

    because these files are generated only after build has been run, causing github actions lint to fail
    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    187952d View commit details
    Browse the repository at this point in the history
  12. disable dangle underscore rule

    because it's being used a lot
    mifi committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e264741 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2021

  1. Revert "disable import check"

    This reverts commit 187952d.
    mifi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    0046328 View commit details
    Browse the repository at this point in the history
  2. build before lint

    mifi committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    2053839 View commit details
    Browse the repository at this point in the history