Skip to content
This repository has been archived by the owner on May 27, 2019. It is now read-only.

Commit

Permalink
Update dependency eslint to v5.0.1 (#204)
Browse files Browse the repository at this point in the history
This Pull Request updates dependency [eslint](https://github.com/eslint/eslint) from `v5.0.0` to `v5.0.1`



<details>
<summary>Release Notes</summary>

### [`v5.0.1`](https://github.com/eslint/eslint/releases/v5.0.1)
[Compare Source](eslint/eslint@v5.0.0...v5.0.1)
* 196c102 Fix: valid-jsdoc should allow optional returns for async (fixes #&#8203;10386) (#&#8203;10480) (Mark Banner)
* 4c823bd Docs: Fix max-lines-per-function correct code's max value (#&#8203;10513) (Rhys Bower)

---

</details>




---

This PR has been generated by [Renovate Bot](https://renovatebot.com).
  • Loading branch information
renovate[bot] authored and calebeby committed Jun 30, 2018
1 parent da2ef1c commit e7d01ed
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"connect-history-api-fallback": "1.5.0",
"cross-env": "5.2.0",
"danger": "3.7.18",
"eslint": "5.0.0",
"eslint": "5.0.1",
"eslint-formatter-pretty": "1.3.0",
"eslint-import-resolver-typescript": "1.0.2",
"eslint-plugin-array-func": "3.0.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2353,9 +2353,9 @@ eslint-visitor-keys@^1.0.0:
version "1.0.0"
resolved "https://registry.yarnpkg.com/eslint-visitor-keys/-/eslint-visitor-keys-1.0.0.tgz#3f3180fb2e291017716acb4c9d6d5b5c34a6a81d"

eslint@5.0.0:
version "5.0.0"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.0.tgz#3576704f7377aca072da69c00862277c5fe57153"
eslint@5.0.1:
version "5.0.1"
resolved "https://registry.yarnpkg.com/eslint/-/eslint-5.0.1.tgz#109b90ab7f7a736f54e0f341c8bb9d09777494c3"
dependencies:
ajv "^6.5.0"
babel-code-frame "^6.26.0"
Expand Down

0 comments on commit e7d01ed

Please sign in to comment.