Skip to content

Commit

Permalink
chore: use prettier as default formatter in vscode (#13721)
Browse files Browse the repository at this point in the history
  • Loading branch information
unional committed Jan 3, 2023
1 parent a87e553 commit 6cd65a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .vscode/settings.json
@@ -1,9 +1,14 @@
{
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.rulers": [80],
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"javascript.validate.enable": false,
"jest.jestCommandLine": "yarn jest",
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
"typescript.format.semicolons": "insert",
"typescript.tsdk": "node_modules/typescript/lib"
}

0 comments on commit 6cd65a1

Please sign in to comment.