Skip to content

Commit

Permalink
fix: revert vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
shuffledex committed Nov 21, 2019
1 parent 59c4fe7 commit 0145d50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"typescript.tsdk": "node_modules/typescript/lib",
"editor.tabSize": 2,
"editor.formatOnSave": true
"editor.formatOnSave": true,
"prettier.eslintIntegration": true
}

0 comments on commit 0145d50

Please sign in to comment.