Skip to content

Commit

Permalink
Docs: Fix link to rule no-useless-rename (#11165)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisBrian authored and aladdin-add committed Dec 6, 2018
1 parent 62fd2b9 commit 958987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/rules/object-shorthand.md
Expand Up @@ -84,7 +84,7 @@ var foo = {

See Also:

- [`no-useless-rename`](https://eslint.org/docs/rules/object-shorthand) which disallows renaming import, export, and destructured assignments to the same name.
- [`no-useless-rename`](https://eslint.org/docs/rules/no-useless-rename) which disallows renaming import, export, and destructured assignments to the same name.

## Options

Expand Down

0 comments on commit 958987a

Please sign in to comment.