Skip to content

Commit 6cd65a1

Browse files
authored
chore: use prettier as default formatter in vscode (#13721)
1 parent a87e553 commit 6cd65a1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.vscode/settings.json

+5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
{
2+
"[typescript]": {
3+
"editor.defaultFormatter": "esbenp.prettier-vscode"
4+
},
25
"editor.rulers": [80],
36
"editor.codeActionsOnSave": {
47
"source.fixAll.eslint": true
58
},
69
"javascript.validate.enable": false,
710
"jest.jestCommandLine": "yarn jest",
11+
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
12+
"typescript.format.semicolons": "insert",
813
"typescript.tsdk": "node_modules/typescript/lib"
914
}

0 commit comments

Comments
 (0)