We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a87e553 commit 6cd65a1Copy full SHA for 6cd65a1
.vscode/settings.json
@@ -1,9 +1,14 @@
1
{
2
+ "[typescript]": {
3
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
4
+ },
5
"editor.rulers": [80],
6
"editor.codeActionsOnSave": {
7
"source.fixAll.eslint": true
8
},
9
"javascript.validate.enable": false,
10
"jest.jestCommandLine": "yarn jest",
11
+ "typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": false,
12
+ "typescript.format.semicolons": "insert",
13
"typescript.tsdk": "node_modules/typescript/lib"
14
}
0 commit comments