We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29162c3 commit 6d16904Copy full SHA for 6d16904
Week1/README.md
@@ -34,15 +34,19 @@ In week one we will discuss the following topics:
34
35
Then, click on the `{ }` button in the top-right corner of the settings screen to access the settings in JSON format.
36
37
+
38
```json
39
/// Place your settings in this file to overwrite the default settings
40
{
41
"editor.detectIndentation": false,
42
"editor.formatOnSave": true,
- "editor.formatOnType": true,
43
"editor.minimap.enabled": false,
44
"editor.renderIndentGuides": true,
45
"editor.tabSize": 2,
46
+ "editor.codeActionsOnSave": {
47
+ "source.fixAll": true
48
+ },
49
+ "eslint.autoFixOnSave": true,
50
"files.autoSave": "onFocusChange",
51
"prettier.printWidth": 100,
52
"prettier.singleQuote": true,
0 commit comments