@metamask/eslint-config
Advanced tools
Comparing version 11.0.1 to 11.0.2
@@ -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 |
{ | ||
"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', |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
118352
0
3240