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 9b2885a commit 2c6df44Copy full SHA for 2c6df44
.vscode/extensions.json
@@ -0,0 +1,5 @@
1
+{
2
+ "recommendations": [
3
+ "dbaeumer.vscode-eslint"
4
+ ]
5
+}
.vscode/settings.json
@@ -1,6 +1,9 @@
{
- "eslint.validate": [
- "javascript",
- {"autoFix": true, "language": "vue"}
- ]
+ "[javascript]": {
+ "editor.formatOnSave": false,
+ "editor.formatOnType": false,
+ "editor.codeActionsOnSave": {
6
+ "source.fixAll": true
7
+ }
8
9
}
0 commit comments