Skip to content

7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 21:50
· 135 commits to main since this release
8d24d45

@metamask/eslint-config

Changed

  • (BREAKING) Update Prettier quoteProps rule to as-needed (#181)
  • (BREAKING) Update ESLint no-shadow config (#168)
  • Use recommended eslint-plugin-import rule sets (#184)
    • This only removed or disabled rules, and is not breaking.
  • Update install instructions in readme (#185)
  • Normalize rule config values (#169)

@metamask/eslint-config-jest

Changed

  • Update install instructions in readme (#185)

Fixed

  • Add @metamask/eslint-config as a peer dependency (#186)
    • This package is designed to be used in conjunction with the MetaMask base ESLint config, so this should always have been a peer dependency.

@metamask/eslint-config-mocha

Changed

  • Update install instructions in readme (#185)

Fixed

  • Add @metamask/eslint-config as a peer dependency (#186)
    • This package is designed to be used in conjunction with the MetaMask base ESLint config, so this should always have been a peer dependency.

@metamask/eslint-config-nodejs

Changed

  • Update install instructions in readme (#185)

Fixed

  • Add @metamask/eslint-config as a peer dependency (#186)
    • This package is designed to be used in conjunction with the MetaMask base ESLint config, so this should always have been a peer dependency.

@metamask/eslint-config-typescript

Changed

  • (BREAKING) Update @typescript/no-shadow config (#168)
  • Use recommended eslint-plugin-import rule sets (#184)
    • This only removed or disabled rules, and is not breaking.
  • Update install instructions in readme (#185)

Fixed

  • Add @metamask/eslint-config as a peer dependency (#186)
    • This package is designed to be used in conjunction with the MetaMask base ESLint config, so this should always have been a peer dependency.