Skip to content

Commit cccb158

Browse files
chore: grouping config file
1 parent 36a7f30 commit cccb158

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,11 @@
5252
"WechatMiniprogram",
5353
"Weixin"
5454
],
55-
"typescript.tsdk": "node_modules\\typescript\\lib"
55+
"typescript.tsdk": "node_modules\\typescript\\lib",
56+
"explorer.fileNesting.enabled": true,
57+
"explorer.fileNesting.expand": false,
58+
"explorer.fileNesting.patterns": {
59+
"package.json": "pnpm-lock.yaml,pnpm-workspace.yaml,LICENSE,.gitattributes,.gitignore,.gitpod.yml,CNAME,.npmrc,.browserslistrc",
60+
".eslintrc.cjs": ".eslintignore,.prettierignore,.stylelintignore,.commitlintrc.*,.prettierrc.*,.stylelintrc.*,.eslintrc-auto-import.json,.editorconfig,.commitlint.cjs"
61+
}
5662
}

0 commit comments

Comments
 (0)