Skip to content

Commit

Permalink
chore(vscode): add custom settings
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaticaq committed Nov 26, 2019
1 parent cf910d1 commit 66dd016
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"editorconfig.editorconfig",
"dbaeumer.vscode-eslint",
"drknoxy.eslint-disable-snippets",
"wix.vscode-import-cost",
"esbenp.prettier-vscode"
]
}
10 changes: 10 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"[javascript]": {
"editor.formatOnSave": false
},
"javascript.validate.enable": true,
"javascript.implicitProjectConfig.checkJs": true,
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"debug.node.autoAttach": "on"
}

0 comments on commit 66dd016

Please sign in to comment.