diff --git a/.vscode/settings.json b/.vscode/settings.json index 7b76b7dc2..038c51efc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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 }