Skip to content

Commit

Permalink
docs: improve sort-sets rule description
Browse files Browse the repository at this point in the history
  • Loading branch information
azat-io committed Sep 7, 2024
1 parent cf387fa commit f022f2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content/rules/sort-sets.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: sort-sets
description: Ensure your sets are sorted. Improve readability and maintain consistent code with this ESLint rule
shortDescription: Enforce sorted sets
shortDescription: Enforce sorted Set elements
keywords:
- eslint
- sort set
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ module.exports = {
| [sort-named-imports](https://perfectionist.dev/rules/sort-named-imports) | Enforce sorted named imports | 🔧 |
| [sort-object-types](https://perfectionist.dev/rules/sort-object-types) | Enforce sorted object types | 🔧 |
| [sort-objects](https://perfectionist.dev/rules/sort-objects) | Enforce sorted objects | 🔧 |
| [sort-sets](https://perfectionist.dev/rules/sort-sets) | Enforce sorted sets | 🔧 |
| [sort-sets](https://perfectionist.dev/rules/sort-sets) | Enforce sorted Set elements | 🔧 |
| [sort-svelte-attributes](https://perfectionist.dev/rules/sort-svelte-attributes) | Enforce sorted Svelte attributes | 🔧 |
| [sort-switch-case](https://perfectionist.dev/rules/sort-switch-case) | Enforce sorted switch case statements | 🔧 |
| [sort-union-types](https://perfectionist.dev/rules/sort-union-types) | Enforce sorted union types | 🔧 |
Expand Down

0 comments on commit f022f2a

Please sign in to comment.