eslint-plugin-vanilla-extract/src/css-rules/no-zero-unit
Ante Budimir 7dc7204749 feat 🥁: add no-zero-unit rule
This rule enforces unitless zero values in vanilla-extract style objects:
- Automatically removes unnecessary units from zero values
- Handles both positive and negative zero values
- Preserves units where required (time properties, CSS functions)
- Works with all vanilla-extract APIs
2025-04-12 20:53:34 +03:00
..
_tests_ feat 🥁: add no-zero-unit rule 2025-04-12 20:53:34 +03:00
index.ts feat 🥁: add no-zero-unit rule 2025-04-12 20:53:34 +03:00
rule-definition.ts feat 🥁: add no-zero-unit rule 2025-04-12 20:53:34 +03:00
zero-unit-processor.ts feat 🥁: add no-zero-unit rule 2025-04-12 20:53:34 +03:00
zero-unit-visitor-creator.ts feat 🥁: add no-zero-unit rule 2025-04-12 20:53:34 +03:00