Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

Commit

Permalink
migrate vscode config
Browse files Browse the repository at this point in the history
  • Loading branch information
justinanastos committed Dec 20, 2019
1 parent de79869 commit 41c8331
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,8 @@
}
],
"markdown.extension.toc.githubCompatibility": true,
"typescript.tsdk": "node_modules/typescript/lib"
"typescript.tsdk": "node_modules/typescript/lib",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

0 comments on commit 41c8331

Please sign in to comment.