microsoft/vscode-react-native

Public

mirrored fromhttps://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.5.2

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

.vscode/settings.json

18lines · modepreview

// Place your settings in this file to overwrite default and user settings.
{
    "javascript.validate.enable": false,
    "files.trimTrailingWhitespace": true,
    "eslint.enable": false,
    "editor.insertSpaces": true,
    "editor.tabSize": 4,
    "files.exclude": {
        "**/node_modules": true,
        "**/*.js": {
            "when": "$(basename).ts"
        },
        "**/out": true,
        "**/*.js.map": true
    }
,
"typescript.tsdk": "./node_modules/typescript/lib"
}