Skip to content

Commit 6adb129

Browse files
authored
docs: update @typescript-eslint links
1 parent e151eb8 commit 6adb129

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,10 @@ These rules are what are included in the _external recommended_ rulesets.
188188

189189
### TypeScript Rules
190190

191-
- [@typescript-eslint/prefer-readonly](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-readonly.md)\
191+
- [@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)\
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))\
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)