Skip to content

Commit 256bb67

Browse files
committed
feat: add sane default vscode settings
1 parent 363e70d commit 256bb67

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
22
"typescript.tsdk": "node_modules/typescript/lib",
3-
"javascript.validate.enable": true
3+
"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+
}
411
}

0 commit comments

Comments
 (0)