Skip to content

Commit fe6dabf

Browse files
committed
chore: format code
1 parent 351a41e commit fe6dabf

File tree

37 files changed

+169
-147
lines changed

37 files changed

+169
-147
lines changed

apps/web-antd/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
22
"name": "@vben/antd-view",
33
"version": "5.0.0",
4-
"author": {
5-
"name": "vben",
6-
"email": "anncwb@126.com",
7-
"url": "https://github.com/anncwb"
8-
},
9-
"type": "module",
10-
"license": "MIT",
114
"homepage": "https://github.com/vbenjs/vue-vben-admin",
5+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
126
"repository": {
137
"type": "git",
148
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
159
"directory": "apps/vben-admin"
1610
},
17-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
11+
"license": "MIT",
12+
"author": {
13+
"name": "vben",
14+
"email": "anncwb@126.com",
15+
"url": "https://github.com/anncwb"
16+
},
17+
"type": "module",
1818
"scripts": {
1919
"build": "pnpm vite build",
2020
"dev": "pnpm vite",

internal/lint-configs/commitlint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/commitlint-config",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/lint-configs/commitlint-config"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"stub": "pnpm unbuild --stub"
1616
},

internal/lint-configs/eslint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/eslint-config",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/lint-configs/eslint-config"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"stub": "pnpm unbuild --stub"
1616
},

internal/lint-configs/eslint-config/src/configs/jsonc.ts

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,20 @@ function sortPackageJson(): Linter.FlatConfig {
6464
'error',
6565
{
6666
order: [
67-
'publisher',
6867
'name',
69-
'description',
7068
'version',
71-
'author',
69+
'description',
7270
'private',
73-
'displayName',
74-
'type',
75-
'license',
76-
'funding',
71+
'keywords',
7772
'homepage',
78-
'repository',
7973
'bugs',
80-
'keywords',
74+
'repository',
75+
'license',
76+
'author',
77+
'contributors',
8178
'categories',
79+
'funding',
80+
'type',
8281
'scripts',
8382
'files',
8483
'sideEffects',

internal/lint-configs/lint-staged-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/lint-staged-config",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/lint-configs/lint-staged-config"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"stub": "pnpm unbuild --stub"
1616
},

internal/lint-configs/prettier-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/prettier-config",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/lint-configs/prettier-config"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"stub": "pnpm unbuild --stub"
1616
},

internal/lint-configs/stylelint-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/stylelint-config",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/lint-configs/stylelint-config"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"stub": "pnpm unbuild --stub"
1616
},

internal/node-utils/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/node-utils",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/node-utils"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"stub": "pnpm unbuild --stub"
1616
},

internal/tailwind-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/tailwind-config",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/tailwind-config"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"scripts": {
1515
"build": "pnpm unbuild",
1616
"stub": "pnpm unbuild --stub"

internal/tsconfig/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"name": "@vben/tsconfig",
33
"version": "5.0.0",
44
"private": true,
5-
"type": "module",
6-
"license": "MIT",
75
"homepage": "https://github.com/vbenjs/vue-vben-admin",
6+
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
87
"repository": {
98
"type": "git",
109
"url": "git+https://github.com/vbenjs/vue-vben-admin.git",
1110
"directory": "internal/tsconfig"
1211
},
13-
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
12+
"license": "MIT",
13+
"type": "module",
1414
"files": [
1515
"base.json",
1616
"library.json",

0 commit comments

Comments
 (0)