fix 🐞: fix false positives for non-empty object arguments in empty-style-blocks rule

This commit is contained in:
Ante Budimir 2025-11-22 12:13:26 +02:00
parent 1d88c12e3d
commit d5c99de191
8 changed files with 466 additions and 7 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@antebudimir/eslint-plugin-vanilla-extract",
"version": "1.15.0",
"version": "1.15.1",
"description": "Comprehensive ESLint plugin for vanilla-extract with CSS property ordering, style validation, and best practices enforcement. Supports alphabetical, concentric and custom CSS ordering, auto-fixing, and zero-runtime safety.",
"author": "Ante Budimir",
"license": "MIT",
@ -78,6 +78,7 @@
"@typescript-eslint/utils": "^8.26.1",
"@vanilla-extract/css": "^1.17.1",
"@vanilla-extract/recipes": "^0.5.5",
"@vanilla-extract/sprinkles": "^1.6.0",
"@vitest/coverage-v8": "3.0.8",
"eslint": "^9.22.0",
"eslint-config-prettier": "^10.1.1",