We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f2100 commit 13acfdbCopy full SHA for 13acfdb
1 file changed
.vscode/settings.json
@@ -1,5 +1,10 @@
1
{
2
"typescript.tsdk": "./node_modules/typescript/lib",
3
+ "editor.formatOnSave": false,
4
+ "editor.codeActionsOnSave": {
5
+ "source.fixAll.eslint": "explicit",
6
+ "source.fixAll.ts": "explicit"
7
+ },
8
"search.exclude": {
9
"**/node_modules": true
10
},
0 commit comments