mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
feat 🥁: lower minimum Node.js version to 18.18.0
This commit is contained in:
parent
87acd612ea
commit
44aba9484a
3 changed files with 3 additions and 4 deletions
|
|
@ -17,7 +17,6 @@ An ESLint plugin for enforcing CSS ordering in [vanilla-extract](https://github.
|
|||
- Handles complex cases like nested objects, arrays of styles, and pseudo selectors
|
||||
- Works with camelCase properties as used in vanilla-extract
|
||||
|
||||
<!-- TODO: test with pre-react 18 edu-portal app to see if eslint v8 is supported -->
|
||||
## Requirements
|
||||
|
||||
- ESLint 9.0.0 or higher
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antebudimir/eslint-plugin-vanilla-extract",
|
||||
"version": "1.0.2",
|
||||
"version": "1.1.0",
|
||||
"description": "ESLint plugin for enforcing CSS ordering in vanilla-extract styles",
|
||||
"author": "Ante Budimir",
|
||||
"license": "MIT",
|
||||
|
|
@ -49,7 +49,7 @@
|
|||
"version:patch": "pnpm version patch --no-git-tag-version"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=20.18.3"
|
||||
"node": ">=18.18.0"
|
||||
},
|
||||
"packageManager": "pnpm@10.5.0",
|
||||
"peerDependencies": {
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue