Skip to content

Commit

Permalink
update deno.json > deno.jsonc in vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
jhheider committed Dec 8, 2022
1 parent 2072511 commit c71eae4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"deno.lint": true,
"deno.unstable": true,
"deno.importMap": "./import-map.json",
"deno.config": "./deno.json",
"deno.config": "./deno.jsonc",
"markdownlint.config": {
"extends": "./.github/markdownlint.yml"
}
}
}

0 comments on commit c71eae4

Please sign in to comment.