Skip to content

Commit

Permalink
chore: update broken links on eslint documentation (#2565)
Browse files Browse the repository at this point in the history
## Proposed change

Update links related to the eslint plugins to avoid broken links.

## Related issues

* 🐛 Fixes #2479
<!-- * 🐛 Fix resolves #issue -->
<!-- * 🚀 Feature #issue -->
<!-- * 🚀 Feature resolves #issue -->
<!-- * :octocat: Pull Request #issue -->
  • Loading branch information
cpaulve-1A authored Dec 9, 2024
2 parents 3aad70c + 299cc4b commit 633c483
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migration-guides/ESLINT_FLAT_CONFIG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ We added the [recommended rules for template accessibility](https://github.com/a

#### Removed

- [`@angular-eslint/no-host-metadata-property`](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/docs/rules/no-host-metadata-property.md) is deprecated and was already set to `off`.
- [`@angular-eslint/no-host-metadata-property`](https://github.com/angular-eslint/angular-eslint/blob/17.5.x/packages/eslint-plugin/docs/rules/no-host-metadata-property.md) is deprecated and was already set to `off`.

### TypeScript ESLint rules

Expand Down Expand Up @@ -122,4 +122,4 @@ Before, we used three rules from unicorn. We now use their [recommended configur
- [`unicorn/prefer-spread`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-spread.md)
- [`unicorn/prefer-string-raw`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-string-raw.md)
- [`unicorn/prefer-string-replace-all`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-string-replace-all.md)
- [`unicorn/prevent-abbreviation`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prevent-abbreviation.md)
- [`unicorn/prevent-abbreviations`](https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prevent-abbreviations.md)

0 comments on commit 633c483

Please sign in to comment.