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

chore(deps): update typescript-eslint monorepo to v6 (major) #210

Merged
merged 4 commits into from
Aug 28, 2023

Commits on Aug 28, 2023

  1. Configuration menu
    Copy the full SHA
    a7ca08e View commit details
    Browse the repository at this point in the history
  2. fix: adapt eslint config for typescript-eslint v6 breaking changes

    - Some of the rules in `recommended` are now in `stylistic`
    - `@typescript-eslint/recommended` no longer includes
    `@typescript-eslint/no-extra-semi`, so as a side-effect the original
    `no-extra-semi` rule isn't turned off; we have to do that manually.
    haoqunjiang authored and sxzz committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    22c4a31 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fb7565 View commit details
    Browse the repository at this point in the history
  4. fix: use consistent array type syntax

    haoqunjiang authored and sxzz committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    25ce8a7 View commit details
    Browse the repository at this point in the history