Skip to content

Commit

Permalink
Update comma-dangle.md (#4827)
Browse files Browse the repository at this point in the history
* Update comma-dangle.md

Added note for 404 link.

* Update comma-dangle.md

Added link.

* Update comma-dangle.md

Added anchor to the link.
  • Loading branch information
ZigaVukcevicDev committed Apr 16, 2022
1 parent 5e79451 commit 42ec8fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/docs/rules/comma-dangle.md
Expand Up @@ -31,7 +31,7 @@ This rule has a string option and an object option.
- `"generics"` is for trailing comma in generic. (e.g. `function foo<T,>() {}`)
- `"tuples"` is for trailing comma in tuple. (e.g. `type Foo = [string,]`)

- [See the other options allowed](https://github.com/eslint/eslint/blob/main/docs/rules/comma-dangle.md#options)
- [See the other options allowed](https://eslint.org/docs/rules/comma-dangle#options)

<sup>

Expand Down

0 comments on commit 42ec8fd

Please sign in to comment.