Skip to content

Commit

Permalink
Docs: small fix about the migration guide (#11729)
Browse files Browse the repository at this point in the history
* update the list of migration guides
* fix invalid self-closing
  • Loading branch information
mysticatea committed May 18, 2019
1 parent 0e89c73 commit 4625090
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/user-guide/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,5 @@ If you were using a prior version of ESLint, you can get help with the transitio
- [migrating-to-2.0.0](migrating-to-2.0.0.md)
- [migrating-to-3.0.0](migrating-to-3.0.0.md)
- [migrating-to-4.0.0](migrating-to-4.0.0.md)
- [migrating-to-5.0.0](migrating-to-5.0.0.md)
- [migrating-to-6.0.0](migrating-to-6.0.0.md)
2 changes: 1 addition & 1 deletion docs/user-guide/migrating-to-6.0.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ As of April 2019, Node.js 6 will be at EOL and will no longer be receiving secur

**Related issue(s):** [eslint/eslint#11546](https://github.com/eslint/eslint/issues/11456)

## <a name="eslint-recommended-changes"/> `eslint:recommended` has been updated
## <a name="eslint-recommended-changes"></a> `eslint:recommended` has been updated

The following rules have been added to the [`eslint:recommended`](https://eslint.org/docs/user-guide/configuring#using-eslintrecommended) config:

Expand Down

0 comments on commit 4625090

Please sign in to comment.