Skip to content

Commit

Permalink
Final eslint-plugin-jest v22 release
Browse files Browse the repository at this point in the history
  • Loading branch information
tclindner committed Oct 29, 2019
1 parent 19b62e3 commit f272882
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 13 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Removed

## [8.2.0] - 2019-10-28
### Changed
* Final release with support for `eslint-plugin-jest` v22.x.x.

## [8.1.0] - 2019-10-06
### Changed
* Updated [id-length](https://eslint.org/docs/rules/id-length) max from 30 to 40.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-tc",
"version": "8.1.0",
"version": "8.2.0",
"description": "ESLint shareable config for JavaScript projects",
"keywords": [
"eslintconfig",
Expand Down Expand Up @@ -33,27 +33,27 @@
"test": "jest"
},
"devDependencies": {
"eslint": "^6.5.1",
"eslint": "^6.6.0",
"eslint-formatter-pretty": "^2.1.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-prettier": "^3.1.1",
"is-plain-obj": "^2.0.0",
"jest": "^24.9.0",
"npm-package-json-lint": "^4.0.0",
"npm-package-json-lint": "^4.0.3",
"npm-package-json-lint-config-tc": "^3.0.0",
"prettier": "^1.18.2"
},
"dependencies": {
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.4.0"
"eslint-config-prettier": "^6.5.0"
},
"peerDependencies": {
"eslint": "^6.5.1",
"eslint-plugin-import": ">= 2",
"eslint-plugin-jest": ">= 22",
"eslint-plugin-prettier": ">= 3",
"prettier": ">= 1"
"eslint": "^6.6.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^22.17.0",
"eslint-plugin-prettier": "^3.1.1",
"prettier": "^1.18.2"
},
"engines": {
"node": ">=8.0.0",
Expand Down

0 comments on commit f272882

Please sign in to comment.