Skip to content

Commit 42ec8fd

Browse files
Update comma-dangle.md (#4827)
* Update comma-dangle.md Added note for 404 link. * Update comma-dangle.md Added link. * Update comma-dangle.md Added anchor to the link.
1 parent 5e79451 commit 42ec8fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/eslint-plugin/docs/rules/comma-dangle.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ This rule has a string option and an object option.
3131
- `"generics"` is for trailing comma in generic. (e.g. `function foo<T,>() {}`)
3232
- `"tuples"` is for trailing comma in tuple. (e.g. `type Foo = [string,]`)
3333

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

3636
<sup>
3737

0 commit comments

Comments
 (0)