mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
refactor ♻️: improve code quality and test coverage
- Fix handling of missing groupOrder configuration - Refactor negative conditions to positive ones with optional chaining - Add comprehensive tests to achieve total coverage
This commit is contained in:
parent
5557409368
commit
46751da51b
15 changed files with 310 additions and 186 deletions
|
|
@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.5.0] - 2025-03-12
|
||||
|
||||
- Fix handling of missing groupOrder configuration ()
|
||||
- Refactor negative conditions to positive ones with optional chaining
|
||||
- Add comprehensive tests to achieve total coverage
|
||||
|
||||
## [1.4.7] - 2025-03-10
|
||||
|
||||
- Exclude test directories from published package ()
|
||||
- Exclude test directories from published package (5557409)
|
||||
|
||||
## [1.4.6] - 2025-03-10
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue