microsoft/vscode-react-native

Public

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

CodeCommitsIssuesPull requestsActionsInsightsSecurity
preview

Branches

Tags

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

Clone

HTTPS

Download ZIP

.vscode/settings.json

19lines · modepreview

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