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 731ac8c commit 039846bCopy full SHA for 039846b
.vscode/settings.json
@@ -2,5 +2,11 @@
2
"editor.tabSize": 2,
3
"editor.rulers": [100],
4
"editor.formatOnSave": true,
5
- "git.ignoreLimitWarning": true
+ "git.ignoreLimitWarning": true,
6
+ "editor.quickSuggestions": {
7
+ "strings": true
8
+ },
9
+ "editor.codeActionsOnSave": {
10
+ "source.fixAll.eslint": true
11
+ }
12
}
0 commit comments