11.0.1
@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.