Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@metamask/eslint-config

Package Overview
Dependencies
Maintainers
8
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@metamask/eslint-config - npm Package Compare versions

Comparing version 11.0.1 to 11.0.2

7

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

## [11.0.2]
### Changed
- Stop requiring newlines between multiline blocks/expressions ([#263](https://github.com/MetaMask/eslint-config/pull/263))
## [11.0.1]

@@ -156,3 +160,4 @@ ### Fixed

[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...HEAD
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v11.0.2...HEAD
[11.0.2]: https://github.com/MetaMask/eslint-config/compare/v11.0.1...v11.0.2
[11.0.1]: https://github.com/MetaMask/eslint-config/compare/v11.0.0...v11.0.1

@@ -159,0 +164,0 @@ [11.0.0]: https://github.com/MetaMask/eslint-config/compare/v10.0.0...v11.0.0

2

package.json
{
"name": "@metamask/eslint-config",
"version": "11.0.1",
"version": "11.0.2",
"description": "Shareable MetaMask ESLint config.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/MetaMask/eslint-config#readme",

@@ -244,7 +244,2 @@ const environmentRules = require('./environment.json');

},
{
blankLine: 'always',
prev: ['multiline-block-like', 'multiline-expression'],
next: ['multiline-block-like', 'multiline-expression'],
},
],

@@ -251,0 +246,0 @@ 'prefer-const': 'error',

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc