chore: format code

This commit is contained in:
vben
2024-06-16 23:56:20 +08:00
parent 351a41e219
commit fe6dabf991
37 changed files with 174 additions and 152 deletions

View File

@@ -2,15 +2,15 @@
"name": "@vben/commitlint-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/commitlint-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},

View File

@@ -2,15 +2,15 @@
"name": "@vben/eslint-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/eslint-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},

View File

@@ -64,21 +64,20 @@ function sortPackageJson(): Linter.FlatConfig {
'error',
{
order: [
'publisher',
'name',
'description',
'version',
'author',
'description',
'private',
'displayName',
'type',
'license',
'funding',
'homepage',
'repository',
'bugs',
'keywords',
'homepage',
'bugs',
'repository',
'license',
'author',
'contributors',
'categories',
'funding',
'type',
'scripts',
'files',
'sideEffects',

View File

@@ -2,15 +2,15 @@
"name": "@vben/lint-staged-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/lint-staged-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},

View File

@@ -2,15 +2,15 @@
"name": "@vben/prettier-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/prettier-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},

View File

@@ -2,15 +2,15 @@
"name": "@vben/stylelint-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/lint-configs/stylelint-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},

View File

@@ -2,15 +2,15 @@
"name": "@vben/node-utils",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/node-utils"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},

View File

@@ -2,15 +2,15 @@
"name": "@vben/tailwind-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/tailwind-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"build": "pnpm unbuild",
"stub": "pnpm unbuild --stub"

View File

@@ -2,15 +2,15 @@
"name": "@vben/tsconfig",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/tsconfig"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"files": [
"base.json",
"library.json",

View File

@@ -2,15 +2,15 @@
"name": "@vben/vite-config",
"version": "5.0.0",
"private": true,
"type": "module",
"license": "MIT",
"homepage": "https://github.com/vbenjs/vue-vben-admin",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {
"type": "git",
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
"directory": "internal/vite-config"
},
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"license": "MIT",
"type": "module",
"scripts": {
"stub": "pnpm unbuild --stub"
},
@@ -34,7 +34,7 @@
"resolve.exports": "^2.0.2",
"vite-plugin-lib-inject-css": "^2.1.1",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-vue-devtools": "^7.3.0"
"vite-plugin-vue-devtools": "^7.3.1"
},
"devDependencies": {
"@types/html-minifier-terser": "^7.0.2",