@metamask/eslint-config
Advanced tools
Comparing version 2.1.1 to 2.2.0
@@ -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 |
@@ -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 @@ |
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
29278
138
0