File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments