Last active
July 30, 2020 02:28
-
-
Save weslenng/bebfbe21f93d9cb0122394f88aacf4c0 to your computer and use it in GitHub Desktop.
Typescript Settings
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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 | |
} |
Author
weslenng
commented
Feb 24, 2020
- Prettier
- ESLint
- VSCode Icons
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment