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

Typescript 4.5 #1350

Closed
wants to merge 20 commits into from
Closed

Typescript 4.5 #1350

wants to merge 20 commits into from

Commits on Dec 22, 2021

  1. Configuration menu
    Copy the full SHA
    9be1598 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2df49c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    996f56e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    81c6f1f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    355946b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ff6663f View commit details
    Browse the repository at this point in the history
  7. Use consistent, desired, configuration for no-unused-vars in both js …

    …and ts (warn, but ignore arguments starting with an _)
    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    1f96213 View commit details
    Browse the repository at this point in the history
  8. Centralize eslint ignore rules at top level, like we have with the pr…

    …ettier ignores. Simplifies running project-wide linting
    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    db31144 View commit details
    Browse the repository at this point in the history
  9. Misc linting

    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    3d285c1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4113640 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec791eb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c01f377 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    83c5532 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bacfb4c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    aa77483 View commit details
    Browse the repository at this point in the history
  16. Extract CI install steps to fragments, to make sure cache keys are co…

    …nsistently used. Add all installs to project-wide lint job to make sure necessary eslint plugins are all installed (might not be worth having this centralized lint job afterall, hmm)
    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    ec4d093 View commit details
    Browse the repository at this point in the history
  17. Ah, CircleCI has a "commands" syntax for reusable blocks of steps, th…

    …at's good because whatever I was trying with yaml fragments wasn't going to work, ha
    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    6ae8ed4 View commit details
    Browse the repository at this point in the history
  18. Set max warnings to 0 for repo wide eslint scan, mainly so CI gets th…

    …e non 0 exit status on warnings as well as errors too
    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    02d3a2c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2bc831a View commit details
    Browse the repository at this point in the history
  20. Set ignoreRestSiblings: true in no-unused-vars lint rule, a bit of a …

    …gotcha when left on the default false (and trying to fix a large numer of these quickly, ha)
    Stephen-ONeil committed Dec 22, 2021
    Configuration menu
    Copy the full SHA
    640bae6 View commit details
    Browse the repository at this point in the history