Skip to content

Commit c29ff2f

Browse files
authored
Release 6.6.1 (#307)
1 parent 9f835b7 commit c29ff2f

File tree

5 files changed

+222
-175
lines changed

5 files changed

+222
-175
lines changed

.prettierignore

+3
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
test/yarn-berry.cjs
2+
**/pnpm-lock.yaml
3+
**/*-output.json
4+
**/.pnp.cjs

.vscode/settings.json

+7-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,11 @@
44
"editor.codeActionsOnSave": {
55
"source.fixAll": true
66
},
7-
"typescript.tsdk": "node_modules/typescript/lib"
7+
"typescript.tsdk": "node_modules/typescript/lib",
8+
"search.exclude": {
9+
"**/node_modules": true,
10+
"test/yarn-*.cjs": true,
11+
"dist": true,
12+
"coverage": true
13+
}
814
}

0 commit comments

Comments
 (0)