Skip to content

Instantly share code, notes, and snippets.

@weslenng
Last active July 30, 2020 02:28
Show Gist options
  • Save weslenng/bebfbe21f93d9cb0122394f88aacf4c0 to your computer and use it in GitHub Desktop.
Save weslenng/bebfbe21f93d9cb0122394f88aacf4c0 to your computer and use it in GitHub Desktop.
Typescript Settings
{
"editor.codeActionsOnSave": {
"source.fixAll": true
},
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.rulers": [80, 120],
"editor.tabSize": 2,
"eslint.validate": ["typescript"],
"files.insertFinalNewline": true
}
@weslenng
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment