Skip to content

Commit

Permalink
separate by language
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellacosse committed Jan 7, 2025
1 parent fc04bb6 commit b2e15d7
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,18 @@
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"eslint.options": {
"extensions": [".js", ".ts"]
},
"eslint.run": "onSave",
"eslint.validate": ["javascript", "typescript"],
"files.insertFinalNewline": true,
"html.validate.scripts": false,
"html.validate.styles": false,
"javascript.validate.enable": false,
"[go]": {
"editor.formatOnSave": true
}
},
"[javascript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
},
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
},
}

0 comments on commit b2e15d7

Please sign in to comment.