File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -188,10 +188,10 @@ These rules are what are included in the _external recommended_ rulesets.
188
188
189
189
### TypeScript Rules
190
190
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 ) \
192
192
This rule is helpful when working with classes.
193
193
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.mdx ) \
195
195
Although our [ no-conditional-statements] ( ./docs/rules/no-conditional-statements.md ) rule also performs this check,
196
196
this rule has a fixer that will implement the unimplemented cases which can be useful.
197
197
You can’t perform that action at this time.
0 commit comments