Skip to content

Commit

Permalink
Recommend extensions & add settings for VS Code
Browse files Browse the repository at this point in the history
  • Loading branch information
legenddam committed Sep 26, 2018
1 parent 4c482a0 commit f2dfd14
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"recommendations": ["esbenp.prettier-vscode", "eg2.tslint"]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"prettier.tslintIntegration": true
}

0 comments on commit f2dfd14

Please sign in to comment.