We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e79451 commit 42ec8fdCopy full SHA for 42ec8fd
packages/eslint-plugin/docs/rules/comma-dangle.md
@@ -31,7 +31,7 @@ This rule has a string option and an object option.
31
- `"generics"` is for trailing comma in generic. (e.g. `function foo<T,>() {}`)
32
- `"tuples"` is for trailing comma in tuple. (e.g. `type Foo = [string,]`)
33
34
-- [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)
35
36
<sup>
37
0 commit comments