Skip to content

Commit

Permalink
chore(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.0 (#207)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump @readme/eslint-config from 3.2.1 to 3.3.0

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

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

* style: disabling jest/no-conditional-expect in our tests

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Ursenbach <[email protected]>
  • Loading branch information
dependabot[bot] and erunion authored Jun 25, 2020
1 parent 984e239 commit 6fb98e2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

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

4 changes: 3 additions & 1 deletion test/.eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
"nock.**.reply"
]
}
]
],

"jest/no-conditional-expect": "off"
}
}

0 comments on commit 6fb98e2

Please sign in to comment.