Skip to content

Commit

Permalink
chore(deps-dev): Bump @readme/eslint-config from 1.9.1 to 1.10.0 (#126)
Browse files Browse the repository at this point in the history
* chore(deps-dev): Bump @readme/eslint-config from 1.9.1 to 1.10.0

Bumps [@readme/eslint-config](https://github.com/readmeio/eslint-config) from 1.9.1 to 1.10.0.
- [Release notes](https://github.com/readmeio/eslint-config/releases)
- [Changelog](https://github.com/readmeio/eslint-config/blob/master/CHANGELOG.md)
- [Commits](readmeio/standards@1.9.1...1.10.0)

Signed-off-by: dependabot-preview[bot] <[email protected]>

* style: updating eslintrc for the new jest formatting capabilities

Co-authored-by: Jon Ursenbach <[email protected]>
  • Loading branch information
dependabot-preview[bot] and erunion committed Jan 21, 2020
1 parent dc6b3fd commit 5d902e6
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 61 deletions.
105 changes: 49 additions & 56 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,11 @@
},
"rules": {
"jest/expect-expect": [
"warn",
"error",
{
"assertFunctionNames": [
"expect",

// This rule doesn't recognize nock assertions.
// https://github.com/jest-community/eslint-plugin-jest/issues/471
"nock"
"nock.*.reply"
]
}
]
Expand Down

0 comments on commit 5d902e6

Please sign in to comment.