Skip to content

Instantly share code, notes, and snippets.

@JeffGuKang
Created September 6, 2019 01:55
Show Gist options
  • Save JeffGuKang/7a50c43c665211418b964c45c13c4753 to your computer and use it in GitHub Desktop.
Save JeffGuKang/7a50c43c665211418b964c45c13c4753 to your computer and use it in GitHub Desktop.
React Native with typescript vscode settings
{
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.detectIndentation": true,
"cucumberautocomplete.steps": [
// "test/features/step_definitions/*.js",
],
"typescript.validate.enable": false,
"eslint.validate": [
"javascript",
"javascriptreact",
{"language": "typescript", "autoFix": true },
{"language": "typescriptreact", "autoFix": true }
],
"eslint.autoFixOnSave": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment