mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
docs 📝: add npm version badge and link to vanilla-extract
This commit is contained in:
parent
88a9d4382f
commit
87acd612ea
3 changed files with 5 additions and 3 deletions
|
|
@ -1,6 +1,8 @@
|
|||
# @antebudimir/eslint-plugin-vanilla-extract
|
||||
|
||||
An ESLint plugin for enforcing CSS ordering in vanilla-extract css styles. Available presets are for alphabetical and
|
||||
[](https://www.npmjs.com/package/@antebudimir/eslint-plugin-vanilla-extract)
|
||||
|
||||
An ESLint plugin for enforcing CSS ordering in [vanilla-extract](https://github.com/vanilla-extract-css/vanilla-extract) css styles. Available presets are for alphabetical and
|
||||
[concentric](https://rhodesmill.org/brandon/2011/concentric-css/) CSS ordering. The plugin also supports a custom group ordering option based on groups available in concentric CSS.
|
||||
|
||||
## Features
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antebudimir/eslint-plugin-vanilla-extract",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"description": "ESLint plugin for enforcing CSS ordering in vanilla-extract styles",
|
||||
"author": "Ante Budimir",
|
||||
"license": "MIT",
|
||||
|
|
|
|||
|
|
@ -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.1',
|
||||
version: '1.0.2',
|
||||
},
|
||||
rules: {
|
||||
'alphabetical-order': alphabeticalOrderRule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue