mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
chore 🔧: exclude test directories from published package
This commit is contained in:
parent
fb77b52800
commit
5557409368
3 changed files with 8 additions and 3 deletions
|
|
@ -5,9 +5,13 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [1.4.7] - 2025-03-10
|
||||
|
||||
- Exclude test directories from published package ()
|
||||
|
||||
## [1.4.6] - 2025-03-10
|
||||
|
||||
- Add demo gif to README ()
|
||||
- Add demo gif to README (fb77b52)
|
||||
|
||||
## [1.4.5] - 2025-03-10
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antebudimir/eslint-plugin-vanilla-extract",
|
||||
"version": "1.4.6",
|
||||
"version": "1.4.7",
|
||||
"description": "ESLint plugin for enforcing best practices in vanilla-extract CSS styles, including CSS property ordering and additional linting rules.",
|
||||
"author": "Ante Budimir",
|
||||
"license": "MIT",
|
||||
|
|
@ -38,6 +38,7 @@
|
|||
"dist",
|
||||
"LICENSE",
|
||||
"README.md",
|
||||
"!dist/**/__tests__",
|
||||
"!dist/css-sample/"
|
||||
],
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -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.4.6',
|
||||
version: '1.4.7',
|
||||
},
|
||||
rules: {
|
||||
'alphabetical-order': alphabeticalOrderRule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue