Skip to content

Commit

Permalink
docs: update typescript-eslint links (#892)
Browse files Browse the repository at this point in the history
Co-authored-by: Rebecca Stevens <[email protected]>
  • Loading branch information
boyum and RebeccaStevens authored Nov 1, 2024
1 parent ec2d566 commit 5b954ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ These rules are what are included in the _external recommended_ rulesets.

### TypeScript Rules

- [@typescript-eslint/prefer-readonly](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-readonly.md)\
- [@typescript-eslint/prefer-readonly](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/docs/rules/prefer-readonly.mdx)\
This rule is helpful when working with classes.

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

Expand Down

0 comments on commit 5b954ce

Please sign in to comment.