Skip to content

Commit

Permalink
Merge pull request #642 from iadvize/NO-TICKET-upgrade-major-dependen…
Browse files Browse the repository at this point in the history
…cies-eslint-config-jest

feat(eslint-config-jest): Upgrade major dependencies, includ…
  • Loading branch information
DavidBonnemaison authored Apr 5, 2022
2 parents 104755a + be4793d commit ed8b32e
Show file tree
Hide file tree
Showing 5 changed files with 3,475 additions and 1,192 deletions.
3 changes: 3 additions & 0 deletions packages/eslint-config-jest/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# local development
.yalc
yalc.lock
3 changes: 3 additions & 0 deletions packages/eslint-config-jest/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ 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]
### Change

- Update dependencies to their latest major versions, including `[email protected]`

## [1.2.1]

Expand Down
5 changes: 1 addition & 4 deletions packages/eslint-config-jest/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,11 @@ module.exports = {
'jest/no-jest-import': 'error',
'jest/no-jasmine-globals': 'error',
'jest/no-test-prefixes': 'error',
'jest/valid-describe': 'off',
'jest/valid-describe-callback': 'off',
'jest/valid-expect': 'error',
'jest/valid-expect-in-promise': 'error',
'jest/require-to-throw-message': 'error',
'jest/prefer-to-have-length': 'error',
'jest/prefer-to-be-undefined': 'error',
'jest/prefer-to-be-null': 'error',
'jest/no-truthy-falsy': 'error',
'jest/prefer-to-contain': 'error',
'jest/prefer-called-with': 'error',
'jest/no-deprecated-functions': 'error',
Expand Down
Loading

0 comments on commit ed8b32e

Please sign in to comment.