Skip to content

Commit

Permalink
Docs: Fix inconsistent linking in migration guide (#11881)
Browse files Browse the repository at this point in the history
  • Loading branch information
not-an-aardvark committed Jun 22, 2019
1 parent f3a0774 commit 21f4a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/migrating-to-6.0.0.md
Expand Up @@ -131,7 +131,7 @@ Additionally, if you see new errors for `global` comments in your code, you shou

**Related issue(s):** [eslint/eslint#11370](https://github.com/eslint/eslint/issues/11370), [eslint/eslint#11405](https://github.com/eslint/eslint/issues/11405)

## <a name="comma-dangle-updates"></a> [The `comma-dangle` rule is now more strict by default](#comma-dangle-updates)
## <a name="comma-dangle-updates"></a> The `comma-dangle` rule is now more strict by default

Previously, the [`comma-dangle`](https://eslint.org/docs/rules/comma-dangle) rule would ignore trailing function arguments and parameters, unless explicitly configured to check for function commas. In ESLint v6, function commas are treated the same way as other types of trailing commas.

Expand Down

0 comments on commit 21f4a80

Please sign in to comment.