feat 🥁: lower minimum Node.js version to 18.18.0

This commit is contained in:
Ante Budimir 2025-03-05 14:53:22 +02:00
parent 87acd612ea
commit 44aba9484a
3 changed files with 3 additions and 4 deletions

View file

@ -5,7 +5,7 @@ import customOrderRule from './css-rules/custom-order/rule-definition.js';
export const vanillaExtract = {
meta: {
name: '@antebudimir/eslint-plugin-vanilla-extract',
version: '1.0.2',
version: '1.1.0',
},
rules: {
'alphabetical-order': alphabeticalOrderRule,