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-plugin-import to v2.13.0 (#200)
Browse files Browse the repository at this point in the history
This Pull Request updates dependency [eslint-plugin-import](https://github.com/benmosher/eslint-plugin-import) from `v2.12.0` to `v2.13.0`



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

### [`v2.13.0`](https://github.com/benmosher/eslint-plugin-import/blob/master/CHANGELOG.md#&#8203;2130---2018-06-24)
[Compare Source](import-js/eslint-plugin-import@v2.12.0...v2.13.0)
##### Added
- Add ESLint 5 support ([#&#8203;1122], thanks [@&#8203;ai] and [@&#8203;ljharb])
- Add [`no-relative-parent-imports`] rule: disallow relative imports from parent directories ([#&#8203;1093], thanks [@&#8203;chrislloyd])
##### Fixed
- `namespace` rule: ensure it works in eslint 5/ecmaVersion 2018 (thanks [@&#8203;ljharb])

---

</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 8b12706 commit be4c648
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 @@ -23,7 +23,7 @@
"eslint-formatter-pretty": "1.3.0",
"eslint-import-resolver-typescript": "1.0.2",
"eslint-plugin-array-func": "3.0.0",
"eslint-plugin-import": "2.12.0",
"eslint-plugin-import": "2.13.0",
"eslint-plugin-jest": "21.17.0",
"eslint-plugin-jsx-a11y": "6.0.3",
"eslint-plugin-promise": "3.8.0",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2280,9 +2280,9 @@ eslint-plugin-array-func@3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-array-func/-/eslint-plugin-array-func-3.0.0.tgz#915e7af6bedefe7e1aff2533b3dbf56fff69a5d2"

eslint-plugin-import@2.12.0:
version "2.12.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.12.0.tgz#dad31781292d6664b25317fd049d2e2b2f02205d"
eslint-plugin-import@2.13.0:
version "2.13.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.13.0.tgz#df24f241175e312d91662dc91ca84064caec14ed"
dependencies:
contains-path "^0.1.0"
debug "^2.6.8"
Expand Down

0 comments on commit be4c648

Please sign in to comment.