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

@metamask/eslint-config

Package Overview
Dependencies
Maintainers
5
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 2.1.1 to 2.2.0

10

CHANGELOG.md

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

## [2.2.0] - 2020-07-14
## Changed
- Relax no-plusplus rule (#44)
## [2.1.1] - 2020-04-17

@@ -57,3 +63,5 @@

[Unreleased]: https://github.com/olivierlacan/keep-a-changelog/compare/v2.1.0...HEAD
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v2.2.0...HEAD
[2.2.0]:https://github.com/MetaMask/eslint-config/compare/v2.1.1...v2.2.0
[2.1.1]:https://github.com/MetaMask/eslint-config/compare/v2.1.0...v2.1.1
[2.1.0]:https://github.com/MetaMask/eslint-config/compare/v2.0.0...v2.1.0

@@ -60,0 +68,0 @@ [2.0.0]:https://github.com/MetaMask/eslint-config/compare/v1.2.0...v2.0.0

2

config/index.js

@@ -168,3 +168,3 @@ module.exports = {

'no-path-concat': 'error',
'no-plusplus': 'error',
'no-plusplus': ['error', { 'allowForLoopAfterthoughts': true }],
'no-process-env': 'off',

@@ -171,0 +171,0 @@ 'no-process-exit': 'error',

{
"name": "@metamask/eslint-config",
"version": "2.1.1",
"version": "2.2.0",
"description": "Shareable MetaMask ESLint config",

@@ -5,0 +5,0 @@ "main": "config/index.js",

@@ -14,3 +14,6 @@ # `@metamask/eslint-config`

```bash
yarn add --dev eslint @metamask/eslint-config eslint-plugin-import
yarn add --dev \
eslint@^6.8.0 \
eslint-plugin-import@^2.20.1 \
@metamask/eslint-config@^2.0.0
```

@@ -48,3 +51,7 @@

```bash
yarn add --dev eslint @metamask/eslint-config eslint-plugin-{import,jest}
yarn add --dev \
eslint@^6.8.0 \
eslint-plugin-import@^2.20.1 \
eslint-plugin-jest@^23.6.0 \
@metamask/eslint-config@^2.0.0
```

@@ -67,3 +74,7 @@

```bash
yarn add --dev eslint @metamask/eslint-config eslint-plugin-{import,mocha}
yarn add --dev \
eslint@^6.8.0 \
eslint-plugin-import@^2.20.1 \
eslint-plugin-mocha@^6.2.2 \
@metamask/eslint-config@^2.0.0
```

@@ -89,7 +100,7 @@

yarn add --dev \
eslint \
@metamask/eslint-config \
eslint-plugin-import \
@typescript-eslint/eslint-plugin \
@typescript-eslint/parser
eslint@^6.8.0 \
eslint-plugin-import@^2.20.1 \
@typescript-eslint/eslint-plugin@^2.20.0 \
@typescript-eslint/parser@^2.17.0 \
@metamask/eslint-config@^2.0.0
```

@@ -96,0 +107,0 @@

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