Skip to content

Commit

Permalink
cleanup commented settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ftylitak authored Dec 28, 2022
1 parent 1c9b516 commit f49e354
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
// {
// "editor.codeActionsOnSave": {
// "source.fixAll": true,
// "source.fixAll.eslint": true,
// },
// "editor.formatOnSave": true,
// "javascript.format.enable": false,

// }

{
//...
"editor.defaultFormatter": "esbenp.prettier-vscode",
"eslint.probe": [
"javascript",
Expand All @@ -24,5 +13,4 @@
"vetur.validation.template": false,
"editor.formatOnSave": true,
"javascript.format.enable": false,
// ...
}
}

0 comments on commit f49e354

Please sign in to comment.