fix 🐞: fix false positives for non-empty object arguments in empty-style-blocks rule
Some checks failed
CI / Build (push) Has been cancelled
CI / Lint (push) Has been cancelled
CI / Test (push) Has been cancelled

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

View file

@ -12,7 +12,7 @@ import preferThemeTokensRule from './css-rules/prefer-theme-tokens/index.js';
const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.15.0',
version: '1.15.1',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,