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

feat(experimental-utils): upgrade eslint types for v7 #2023

Merged
merged 1 commit into from May 14, 2020

Commits on May 14, 2020

  1. feat(experimental-utils): upgrade eslint types for v7

    BREAKING CHANGE:
    - Renames some interfaces to be closer to the underlying ESLint definitions.
    - Changes the definitions to use `declare class` instead of interface types so they're a little more sane.
    - Marks a lot of properties as readonly
      - some because it's correct (eg context and source code)
      - some because it makes some things easier
    - Removed types for APIs that have been deprecated.
      - Some had been deprecated for 3 major versions - it's time to move on.
    - Removed deprecated parser options.
    
    Added a lot of jsdoc to the types. Like a lot. Some taken from eslint's site, some taken from the source code.
    bradzacher committed May 14, 2020
    Copy the full SHA
    30da3ad View commit details
    Browse the repository at this point in the history