diff --git a/README.md b/README.md index eadbe2d8a6..7aa0062a7e 100644 --- a/README.md +++ b/README.md @@ -1774,7 +1774,7 @@ Other Style Guides - [19.2](#19.2) Additional trailing comma: **Yup.** - eslint rules: [`no-comma-dangle`](http://eslint.org/docs/rules/no-comma-dangle.html). + eslint rules: [`comma-dangle`](http://eslint.org/docs/rules/comma-dangle.html). > Why? This leads to cleaner git diffs. Also, transpilers like Babel will remove the additional trailing comma in the transpiled code which means you don't have to worry about the [trailing comma problem](es5/README.md#commas) in legacy browsers.