This commit is contained in:
dap
2024-08-30 10:15:41 +08:00
73 changed files with 329 additions and 155 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/commitlint-config",
"version": "5.1.2",
"version": "5.2.0",
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",

View File

@@ -68,7 +68,7 @@ export async function perfectionist(): Promise<Linter.Config[]> {
ignorePattern: ['children'],
order: 'asc',
partitionByComment: 'Part:**',
type: 'alphabetical',
type: 'natural',
},
],
'perfectionist/sort-vue-attributes': [

View File

@@ -1,6 +1,6 @@
{
"name": "@vben/stylelint-config",
"version": "5.1.2",
"version": "5.2.0",
"private": true,
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",