Skip to content

Commit 039846b

Browse files
committed
update
1 parent 731ac8c commit 039846b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.vscode/settings.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"editor.tabSize": 2,
33
"editor.rulers": [100],
44
"editor.formatOnSave": true,
5-
"git.ignoreLimitWarning": true
5+
"git.ignoreLimitWarning": true,
6+
"editor.quickSuggestions": {
7+
"strings": true
8+
},
9+
"editor.codeActionsOnSave": {
10+
"source.fixAll.eslint": true
11+
}
612
}

0 commit comments

Comments
 (0)