Updated install instructions for VSCode
Summary: Following the existing installation instructions for VSCode, TypeScript code was not formatted or linted out of the box Reviewed By: passy Differential Revision: D18061117 fbshipit-source-id: bedb57de47f4e880449d859b0dce2dd18f5f2995
This commit is contained in:
committed by
Facebook Github Bot
parent
3b1429b8b0
commit
80524220b3
@@ -16,7 +16,13 @@ The flipper desktop source uses Flow, TypeScript, and ESLint. Feel free to use y
|
||||
{
|
||||
"flow.useNPMPackagedFlow": true,
|
||||
"javascript.validate.enable": false,
|
||||
"eslint.autoFixOnSave": true
|
||||
"eslint.autoFixOnSave": true,
|
||||
"eslint.validate": [
|
||||
"javascript",
|
||||
"javascriptreact",
|
||||
"typescript",
|
||||
{"language":"typescriptreact", "autoFix": true}
|
||||
],
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user