Skip to content

Commit

Permalink
Bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebailey committed Nov 29, 2023
1 parent 4f86b1c commit 867d946
Show file tree
Hide file tree
Showing 6 changed files with 1,021 additions and 1,200 deletions.
2 changes: 1 addition & 1 deletion .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"recommendations": ["dbaeumer.vscode-eslint", "dprint.dprint"],
"recommendations": ["dbaeumer.vscode-eslint", "dprint.dprint"]
}
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"[typescript][javascript][json][jsonc][markdown][yaml]": {
"editor.defaultFormatter": "dprint.dprint",
"editor.formatOnSave": true,
"editor.formatOnSave": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true,
"source.fixAll.eslint": true
},
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.tsdk": "node_modules/typescript/lib"
}
7 changes: 4 additions & 3 deletions dprint.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"arrowFunction.useParentheses": "force"
},
"json": {
"trailingCommas": "never"
},
"markdown": {
"textWrap": "always",
Expand All @@ -30,9 +31,9 @@
"coverage/**"
],
"plugins": [
"https://plugins.dprint.dev/typescript-0.88.2.wasm",
"https://plugins.dprint.dev/json-0.18.0.wasm",
"https://plugins.dprint.dev/markdown-0.16.2.wasm",
"https://plugins.dprint.dev/typescript-0.88.6.wasm",
"https://plugins.dprint.dev/json-0.19.1.wasm",
"https://plugins.dprint.dev/markdown-0.16.3.wasm",
"https://plugins.dprint.dev/prettier-0.27.0.json@3557a62b4507c55a47d8cde0683195b14d13c41dda66d0f0b0e111aed107e2fe"
]
}
Loading

0 comments on commit 867d946

Please sign in to comment.