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 985b9ca commit 6f8e975Copy full SHA for 6f8e975
.vscode/settings.json
@@ -1,6 +1,15 @@
1
{
2
- "liveServer.settings.port": 5501,
3
- "eslint.alwaysShowStatus": true,
4
- "eslint.debug": true,
5
- "eslint.format.enable": true
6
-}
+ "liveServer.settings.port": 5501,
+ "eslint.debug": true,
+ "eslint.format.enable": true,
+ "editor.formatOnSave": true,
+ "[javascript]": {
7
+ "editor.formatOnSave": false
8
+ },
9
+ "prettier.disableLanguages": ["js"],
10
+ "editor.codeActionsOnSave": {
11
+ "source.fixAll.eslint": true
12
13
+ "eslint.alwaysShowStatus": true,
14
+ "files.autoSave": "onFocusChange"
15
+}
0 commit comments