Skip to content
This repository has been archived by the owner on Jul 9, 2024. It is now read-only.

Commit

Permalink
🔧 vscode autoFixOnSave, flow stuff (#1878)
Browse files Browse the repository at this point in the history
  • Loading branch information
cheapsteak authored and shanewilson committed Jul 13, 2017
1 parent 992bdbf commit 9263e9f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"editor.tabSize": 2
"editor.tabSize": 2,
"eslint.autoFixOnSave": true,
"flow.stopFlowOnExit": true,
"flow.enabled": true,
"flow.useNPMPackagedFlow": true,
"flow.showStatus": true,
"flow.runOnEdit": true
}

0 comments on commit 9263e9f

Please sign in to comment.