Created
October 30, 2019 05:31
-
-
Save hbsnow/35df41dd727d92b4a8d3631f404ccab0 to your computer and use it in GitHub Desktop.
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
{ | |
"terminal.integrated.fontFamily": "\"RobotoMono Nerd Font Mono\"", | |
"editor.fontFamily": "\"Ricty Diminished\", Menlo, Monaco, 'Courier New', monospace", | |
"editor.fontSize": 14, | |
"git.autofetch": true, | |
"editor.renderWhitespace": "boundary", | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
{ "language": "typescript", "autoFix": true }, | |
{ "language": "typescriptreact", "autoFix": true } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment