From 21f4a8057ccc941f72bb617ae3b5c135a774f6c0 Mon Sep 17 00:00:00 2001 From: Teddy Katz Date: Sat, 22 Jun 2019 18:55:44 -0400 Subject: [PATCH] Docs: Fix inconsistent linking in migration guide (#11881) --- docs/user-guide/migrating-to-6.0.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/migrating-to-6.0.0.md b/docs/user-guide/migrating-to-6.0.0.md index 90bea43d812..dbbd917cf8b 100644 --- a/docs/user-guide/migrating-to-6.0.0.md +++ b/docs/user-guide/migrating-to-6.0.0.md @@ -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) -## [The `comma-dangle` rule is now more strict by default](#comma-dangle-updates) +## 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.