Created
January 28, 2021 13:40
-
-
Save relaxedtomato/e18d726fed38e0b4600f89f48cecd3ca 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
{ | |
"window.zoomLevel": 0, | |
"editor.minimap.enabled": false, | |
"editor.tabSize": 2, | |
"workbench.settings.editor": "json", | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
{ | |
"language": "typescript", | |
"autoFix": true | |
}, | |
{ | |
"language": "typescriptreact", | |
"autoFix": true | |
} | |
], | |
"editor.fontSize": 18, | |
"terminal.integrated.fontSize": 18, | |
"typescript.suggest.autoImports": false, | |
"javascript.suggest.autoImports": false, | |
"editor.formatOnSave": true, | |
"javascript.format.enable": false, | |
"[javascript]": { | |
"editor.defaultFormatter": "esbenp.prettier-vscode" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment