We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4226bb commit 470fe18Copy full SHA for 470fe18
.vscode/settings.json
@@ -2,9 +2,9 @@
2
"files.eol": "\n",
3
"typescript.tsdk": "node_modules/typescript/lib",
4
"editor.codeActionsOnSave": {
5
- "source.organizeImports": false,
6
- "source.fixAll": true,
7
- "source.fixAll.eslint": true
+ "source.organizeImports": "never",
+ "source.fixAll": "explicit",
+ "source.fixAll.eslint": "explicit"
8
},
9
"cSpell.enableFiletypes": ["mdx"]
10
}
0 commit comments