Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs
  • Loading branch information
francoismassart committed Jul 21, 2025
commit b1b892b3ffaca621d4201cda684e521512feeffd
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ This version is far from finished, yet it is available and open for contribution

- restore the automated tests running on the merge requests of the repo
- implement and test the usage of `tailwind-api-utils`
- read the settings from eslint (shared settings & rules settings)

### Next steps

- read the settings from eslint (shared settings & rules settings)
- create the config utility
- implement the `classnames-order` rule and its tests

Expand Down Expand Up @@ -99,11 +99,13 @@ You can see an example of generated documentation in the next section.

<!-- begin auto-generated rules list -->

🔧 Automatically fixable by the [`--fix` CLI option](https://eslint.org/docs/user-guide/command-line-interface#--fix).\
💡 Manually fixable by [editor suggestions](https://eslint.org/docs/latest/use/core-concepts#rule-suggestions).

| Name | Description | 💡 |
| :------------------------------- | :--------------------- | :- |
| [my-rule](docs/rules/my-rule.md) | An example ESLint rule | 💡 |
| Name             | Description | 🔧 | 💡 |
| :------------------------------------------------- | :-------------------------------------------------------------------- | :- | :- |
| [classnames-order](docs/rules/classnames-order.md) | Enforce a consistent and logical order of the Tailwind CSS classnames | 🔧 | 💡 |
| [my-rule](docs/rules/my-rule.md) | An example ESLint rule | | 💡 |

<!-- end auto-generated rules list -->

Expand Down