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 363e70d commit 256bb67Copy full SHA for 256bb67
.vscode/settings.json
@@ -1,4 +1,11 @@
1
{
2
"typescript.tsdk": "node_modules/typescript/lib",
3
- "javascript.validate.enable": true
+ "javascript.validate.enable": true,
4
+ "editor.formatOnSave": true,
5
+ "prettier.configPath": ".prettierrc.cjs",
6
+ "eslint.workingDirectories": [{ "mode": "auto" }],
7
+ "editor.formatOnPaste": false,
8
+ "editor.codeActionsOnSave": {
9
+ "source.fixAll.eslint": "explicit"
10
+ }
11
}
0 commit comments