Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: MetaMask/eslint-config
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v12.1.0
Choose a base ref
...
head repository: MetaMask/eslint-config
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v12.2.0
Choose a head ref
  • 10 commits
  • 24 files changed
  • 8 contributors

Commits on Jul 17, 2023

  1. 1 Configuration menu
    Copy the full SHA
    134ea30 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. jsdoc: remove deprecated rule jsdoc/newline-after-description (#290)

    Will be causing error starting with eslint-plugin-jsdoc@43
    
    gajus/eslint-plugin-jsdoc#1031
    legobeat authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    01b5fa9 View commit details
    Browse the repository at this point in the history
  2. Use eslint-plugin-import@~2.26.0 (#307)

    Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
    Mrtenz and legobeat authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d7ba49c View commit details
    Browse the repository at this point in the history
  3. fix(lint): Change endOfLine rules to better support linting on Windows (

    #311)
    
    * fix(lint): Change endOfLine rules to better support linting on Windows
    
    * new snapshots
    
    * reverted changes to environment.json files
    HowardBraham authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9a3be2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d48c5c9 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. devDeps: eslint@8.27.0->8.45.0 (#310)

    * replace eslint patch with @eslint/js devDep
       eslint/eslint#16844
    legobeat authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    860d5ec View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Enforce specification of return types in TypeScript (#314)

    Enable the `@typescript-eslint/explicit-function-return-type` rule,
    which enforces that return types are specified for all functions. Being
    explicit about the return type makes it easier to see type without
    having to open the code in an editor, and communicating what a function
    _ought_ to return prevents bugs from sneaking in (in case the return
    value is not being tested).
    mcmire authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    2ad7f6b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

  1. Configuration menu
    Copy the full SHA
    1ac0f01 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    7c43a31 View commit details
    Browse the repository at this point in the history
  2. 12.2.0 (#318)

    * partial release of @metamask/eslint-config only
    
    ---------
    
    Co-authored-by: github-actions <github-actions@github.com>
    Co-authored-by: legobt <6wbvkn0j@anonaddy.me>
    3 people authored Sep 14, 2023
    Configuration menu
    Copy the full SHA
    ee9723e View commit details
    Browse the repository at this point in the history
Loading