We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dc999f commit 3121fcfCopy full SHA for 3121fcf
.vscode/settings.json
@@ -27,14 +27,14 @@
27
"editor.wordWrap": "wordWrapColumn",
28
"editor.wordWrapColumn": 120,
29
"editor.codeActionsOnSave": {
30
- "source.fixAll": true
+ "source.fixAll": "explicit"
31
}
32
},
33
"search.exclude": {
34
"docs": true
35
36
"typescript.tsdk": "node_modules/typescript/lib",
37
38
- "source.fixAll.eslint": true
+ "source.fixAll.eslint": "explicit"
39
40
0 commit comments