File tree Expand file tree Collapse file tree 5 files changed +3452
-150
lines changed
lint-configs/eslint-config Expand file tree Collapse file tree 5 files changed +3452
-150
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "configurations" : [
3
+ {
4
+ "type" : " chrome" , // chrome、edge
5
+ "name" : " vben admin pro dev" , // 调试的名称,可以自定义
6
+ "request" : " launch" ,
7
+ "url" : " http://localhost:5173" ,
8
+ "webRoot" : " ${workspaceFolder}/apps/web-antd/src"
9
+ }
10
+ ]
11
+ }
Original file line number Diff line number Diff line change 38
38
"eslint-config-prettier" : " ^9.1.0" ,
39
39
"eslint-plugin-eslint-comments" : " ^3.2.0" ,
40
40
"eslint-plugin-i" : " ^2.29.1" ,
41
- "eslint-plugin-jsdoc" : " ^48.2.12 " ,
41
+ "eslint-plugin-jsdoc" : " ^48.2.13 " ,
42
42
"eslint-plugin-jsonc" : " ^2.16.0" ,
43
43
"eslint-plugin-n" : " ^17.9.0" ,
44
44
"eslint-plugin-no-only-tests" : " ^3.1.0" ,
Original file line number Diff line number Diff line change 34
34
"resolve.exports" : " ^2.0.2" ,
35
35
"vite-plugin-lib-inject-css" : " ^2.1.1" ,
36
36
"vite-plugin-pwa" : " ^0.20.0" ,
37
- "vite-plugin-vue-devtools" : " ^7.3.2 "
37
+ "vite-plugin-vue-devtools" : " ^7.3.3 "
38
38
},
39
39
"devDependencies" : {
40
40
"@types/html-minifier-terser" : " ^7.0.2" ,
Original file line number Diff line number Diff line change 51
51
"@changesets/cli" : " ^2.27.5" ,
52
52
"@ls-lint/ls-lint" : " ^2.2.3" ,
53
53
"@types/jsdom" : " ^21.1.7" ,
54
- "@types/node" : " ^20.14.7 " ,
54
+ "@types/node" : " ^20.14.8 " ,
55
55
"@vben/commitlint-config" : " workspace:*" ,
56
56
"@vben/eslint-config" : " workspace:*" ,
57
57
"@vben/lint-staged-config" : " workspace:*" ,
You can’t perform that action at this time.
0 commit comments