microsoft/vscode-react-native

Public

mirrored from https://github.com/microsoft/vscode-react-nativeAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
0.1.4

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/settings.json

12lines · 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,
        "**/out": true
    }
}