Skip to content

Commit 656186b

Browse files
docs: fix up link
1 parent 6adb129 commit 656186b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ These rules are what are included in the _external recommended_ rulesets.
191191
- [@typescript-eslint/prefer-readonly](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-readonly.mdx)\
192192
This rule is helpful when working with classes.
193193

194-
- [@typescript-eslint/switch-exhaustiveness-check]([https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.md](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.mdx))\
194+
- [@typescript-eslint/switch-exhaustiveness-check](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/switch-exhaustiveness-check.mdx)\
195195
Although our [no-conditional-statements](./docs/rules/no-conditional-statements.md) rule also performs this check,
196196
this rule has a fixer that will implement the unimplemented cases which can be useful.
197197

0 commit comments

Comments
 (0)