Compare commits

..

1 commit

Author SHA1 Message Date
42f19dd8b1 docs 📝: update changelog for v1.17.0 2026-05-31 15:25:09 +03:00
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{
"name": "@antebudimir/eslint-plugin-vanilla-extract",
"version": "1.17.0",
"version": "1.16.0",
"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",

View file

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