Skip to content

Commit 0b6265d

Browse files
committed
chore(vscode): add custom settings
1 parent c7e40af commit 0b6265d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.vscode/settings.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"[javascript]": {
3+
"editor.formatOnSave": false
4+
},
5+
"javascript.validate.enable": true,
6+
"javascript.implicitProjectConfig.checkJs": true,
7+
"editor.codeActionsOnSave": {
8+
"source.fixAll.eslint": true
9+
}
10+
}

0 commit comments

Comments
 (0)