Skip to content

Commit

Permalink
Release 6.6.1 (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
quinnturner committed Jan 23, 2023
1 parent 9f835b7 commit c29ff2f
Show file tree
Hide file tree
Showing 5 changed files with 222 additions and 175 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
test/yarn-berry.cjs
**/pnpm-lock.yaml
**/*-output.json
**/.pnp.cjs
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,11 @@
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"search.exclude": {
"**/node_modules": true,
"test/yarn-*.cjs": true,
"dist": true,
"coverage": true
}
}

0 comments on commit c29ff2f

Please sign in to comment.