[1.0.2] - 2026-05-28
- Commit Range: ➡️
a37b193...6ece06b
✨ Features
-
a37b193— ✨ [feat] Add new grid-related linting rules -
Introduce
no-ineffective-container-propertiesto prevent ineffective grid container declarations when display values are not grid-capable. -
Implement
no-invalid-repeat-countto disallow invalid fixed repeat counts in CSS Grid track templates. -
Add
no-invalid-spanto prevent non-positive span counts in grid placement declarations. -
Create
no-reversed-placement-linesto disallow reversed or zero-width numeric CSS Grid placement line ranges. -
Introduce
no-zero-grid-linesto prevent the use of grid line0in placement declarations. -
Add
prefer-minmax-zero-frto encourage wrapping bare flexible column tracks inminmax(0, <flex>). -
Implement
require-explicit-tracks-with-areasto enforce explicit track sizing alongside named area templates.
🧪 [test] Enhance grid rules test coverage -
Add tests for the new grid linting rules to ensure proper functionality and reporting of invalid configurations.
-
Validate correct warnings for invalid repeat counts, non-positive spans, reversed placement lines, and ineffective container properties.
🧹 Chores
6ece06b— Release v1.0.2