mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 17:03:32 +00:00
test ✅: add comprehensive test suite for CSS ordering rules
Add tests for all three CSS property ordering rules:
alphabetical-order,
concentric-order,
custom-order,
Tests cover all implemented vanilla-extract APIs, fontFace, globalFontFace, globalKeyframes, globalStyle, keyframes, style, and styleVariants.. Each test verifies both valid and invalid cases, along with proper auto-fixing functionality.
This commit is contained in:
parent
3e9bad1b02
commit
5f1e602dee
25 changed files with 3635 additions and 24 deletions
|
|
@ -253,14 +253,14 @@ The roadmap outlines the project's current status and future plans:
|
|||
- Initial release with support for alphabetical, concentric, and custom group CSS ordering.
|
||||
- Auto-fix capability integrated into ESLint.
|
||||
- Support for multiple vanilla-extract APIs (e.g., `style`, `styleVariants`, `recipe`, `globalStyle`, `fontFace`, etc.).
|
||||
- Rules tested.
|
||||
|
||||
### Current Work
|
||||
|
||||
- Test coverage.
|
||||
- `no-empty-blocks` rule to disallow empty blocks.
|
||||
|
||||
### Upcoming Features
|
||||
|
||||
- `no-empty-blocks` rule to disallow empty blocks.
|
||||
- `no-unknown-units` rule to disallow unknown units.
|
||||
- `no-number-trailing-zeros` rule to disallow trailing zeros in numbers.
|
||||
- `no-zero-unit` rule to disallow units when the value is zero.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue