Skip to content
This repository was archived by the owner on May 2, 2021. It is now read-only.

Commit f083bae

Browse files
committed
vscode settings
1 parent 5f4625c commit f083bae

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.vscode/settings.json

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

0 commit comments

Comments
 (0)