Skip to content

Commit

Permalink
chore(settings): enable typescript format and validation (#1289)
Browse files Browse the repository at this point in the history
  • Loading branch information
cweeii committed Nov 6, 2020
1 parent 65763fe commit e8ec68a
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 e8ec68a

Please sign in to comment.