Skip to content

Commit

Permalink
match vscode to changes in f0ae211
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Nov 17, 2022
1 parent 1de23bb commit 07dd6d7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,8 @@
"deno.lint": true,
"deno.unstable": true,
"deno.importMap": "./import-map.json",
"deno.config": "./tsconfig.json"
}
"deno.config": "./tsconfig.json",
"markdownlint.config": {
"extends": "./.github/markdownlint.yml"
}
}

0 comments on commit 07dd6d7

Please sign in to comment.