Skip to content

Commit

Permalink
chore(settings): enable typescript format and validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher Wei committed Nov 6, 2020
1 parent ede8e42 commit ef28fd2
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.rulers": [
120
],
"editor.rulers": [120],
"flow.enabled": false,
"flow.useNPMPackagedFlow": true,
"prettier.eslintIntegration": true,
"prettier.printWidth": 120,
"prettier.singleQuote": true,
"prettier.tabWidth": 4,
"typescript.format.enable": false,
"typescript.validate.enable": false
"typescript.format.enable": true,
"typescript.validate.enable": true
}

0 comments on commit ef28fd2

Please sign in to comment.