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.
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.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
You can’t perform that action at this time.
0 commit comments