@metamask/eslint-config-nodejs
Advanced tools
Comparing version 6.0.0 to 7.0.0
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
## [Unreleased] | ||
## [7.0.0] | ||
### Changed | ||
- Update install instructions in readme ([#185](https://github.com/MetaMask/eslint-config/pull/185)) | ||
### Fixed | ||
- Add `@metamask/eslint-config` as a peer dependency ([#186](https://github.com/MetaMask/eslint-config/pull/186)) | ||
- This package is designed to be used in conjunction with the MetaMask base ESLint config, so this should always have been a peer dependency. | ||
## [6.0.0] - 2021-04-08 | ||
### Changed | ||
- **(BREAKING)** Set minimum Node.js version to `^12.0.0` ([#144](https://github.com/MetaMask/eslint-config/pull/144)) | ||
@@ -20,3 +26,4 @@ - Publish this config as its own package ([#141](https://github.com/MetaMask/eslint-config/pull/141)) | ||
[Unreleased]:https://github.com/MetaMask/eslint-config/compare/v6.0.0...HEAD | ||
[6.0.0]:https://github.com/MetaMask/eslint-config/tree/v6.0.0 | ||
[Unreleased]: https://github.com/MetaMask/eslint-config/compare/v7.0.0...HEAD | ||
[7.0.0]: https://github.com/MetaMask/eslint-config/compare/v6.0.0...v7.0.0 | ||
[6.0.0]: https://github.com/MetaMask/eslint-config/releases/tag/v6.0.0 |
{ | ||
"name": "@metamask/eslint-config-nodejs", | ||
"version": "6.0.0", | ||
"version": "7.0.0", | ||
"description": "Shareable MetaMask ESLint config for Node.js.", | ||
@@ -17,7 +17,8 @@ "main": "src/index.js", | ||
"scripts": { | ||
"test": "eslint ." | ||
"test": "eslint .", | ||
"publish": "npm publish" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/MetaMask/eslint-config.git" | ||
"url": "https://github.com/MetaMask/eslint-config.git" | ||
}, | ||
@@ -30,2 +31,3 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@metamask/eslint-config": "^7.0.0", | ||
"eslint": "^7.23.0", | ||
@@ -35,6 +37,6 @@ "eslint-plugin-node": "^11.1.0" | ||
"peerDependencies": { | ||
"@metamask/eslint-config": "^7.0.0", | ||
"eslint": "^7.23.0", | ||
"eslint-plugin-node": "^11.1.0" | ||
}, | ||
"gitHead": "e6c86f36b95e35dc5dde254c95413c69b90d8da6" | ||
} | ||
} |
@@ -9,7 +9,11 @@ # `@metamask/eslint-config-nodejs` | ||
yarn add --dev \ | ||
@metamask/eslint-config@^7.0.0 \ | ||
@metamask/eslint-config-nodejs@^7.0.0 \ | ||
eslint@^7.23.0 \ | ||
eslint-plugin-import@^2.22.0 \ | ||
eslint-config-prettier@^8.1.0 \ | ||
eslint-plugin-import@^2.22.1 \ | ||
eslint-plugin-node@^11.1.0 \ | ||
@metamask/eslint-config@^5.0.0 \ | ||
@metamask/eslint-config-nodejs@^5.0.0 | ||
eslint-plugin-prettier@^3.3.1 \ | ||
prettier@^2.2.1 | ||
``` | ||
@@ -29,5 +33,5 @@ | ||
], | ||
} | ||
}; | ||
``` | ||
To lint the `.eslintrc.js` file itself, you will **need** to add this config in addition to the base config. |
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
6066
36
3
3