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

BREAKING: Update @typescript-eslint parser and plugin #230

Merged
merged 1 commit into from
Aug 15, 2022

Commits on Aug 13, 2022

  1. Update @typescript-eslint parser and plugin

    The packages `@typescript-eslint/parser` and
    `@typescript-eslint/plugin` have been updated from v4 to v5.
    
    We are affected only by the changes to the recommended configuration.
    The rule `@typescript-eslint/explicit-module-boundary-types` is no
    longer recommended, so we don't have to explicitly disable it anymore.
    There are two new recommended rules:
    `@typescript-eslint/no-loss-of-precision` [1] and
    `@typescript-eslint/no-unnecessary-type-constraint` [2].
    
    Both of these new rules seem useful, so they have been left enabled.
    
    [1]: https://typescript-eslint.io/rules/no-loss-of-precision
    [2]: https://typescript-eslint.io/rules/no-unnecessary-type-constraint
    Gudahtt committed Aug 13, 2022
    Configuration menu
    Copy the full SHA
    78e2319 View commit details
    Browse the repository at this point in the history