Skip to content

Commit

Permalink
chore(vscode): always use ts-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
catdevnull committed Feb 22, 2024
1 parent 9ed626d commit b940323
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"standard.enable": true,
"standard.autoFixOnSave": true,
"standard.engine": "ts-standard",
"[typescript]": {
"editor.defaultFormatter": ""
}
Expand Down

0 comments on commit b940323

Please sign in to comment.