Skip to content

11.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Nov 14:08
· 82 commits to main since this release
3d0e01e

@metamask/eslint-config

Fixed

  • Enable function expressions again (#258)
    • We didn't realize this rule would disallow class methods, even class constructors. This was too disruptive.

@metamask/eslint-config-nodejs

Fixed

  • Disable import/no-nodejs-modules in Node.js config (#257)
    • This rule was added to the base config, but we accidentally forgot to disable it here.