mirror of
https://github.com/antebudimir/eslint-plugin-vanilla-extract.git
synced 2025-12-31 08:53:33 +00:00
chore 🔧: add CODEOWNERS file to enforce code review requirements
This commit is contained in:
parent
d7b0ca87b4
commit
cd4314dc53
4 changed files with 10 additions and 3 deletions
3
.github/CODEOWNERS
vendored
Normal file
3
.github/CODEOWNERS
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
# Default owner
|
||||
|
||||
* @antebudimir
|
||||
|
|
@ -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.5.2] - 2025-03-12
|
||||
|
||||
- Add CODEOWNERS file to enforce code review requirements ()
|
||||
|
||||
## [1.5.1] - 2025-03-12
|
||||
|
||||
- Update project dependencies to latest versions ()
|
||||
- Update project dependencies to latest versions (d7b0ca8)
|
||||
|
||||
## [1.5.0] - 2025-03-12
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@antebudimir/eslint-plugin-vanilla-extract",
|
||||
"version": "1.5.1",
|
||||
"version": "1.5.2",
|
||||
"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",
|
||||
|
|
|
|||
|
|
@ -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.5.1',
|
||||
version: '1.5.2',
|
||||
},
|
||||
rules: {
|
||||
'alphabetical-order': alphabeticalOrderRule,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue