Skip to content

Instantly share code, notes, and snippets.

@Wellers0n
Last active July 16, 2020 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Wellers0n/1a5a3a5fc706127661aec86966fbcb25 to your computer and use it in GitHub Desktop.
Save Wellers0n/1a5a3a5fc706127661aec86966fbcb25 to your computer and use it in GitHub Desktop.
vscode config
{
"eslint.workingDirectories": [
"live-plugins"
],
"javascript.validate.enable": false,
"eslint.options": {
"extensions": [
".tsx",
".ts",
".js"
]
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"window.zoomLevel": 0,
"emmet.syntaxProfiles": {
"javascript": "jsx"
},
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true,
"workbench.colorTheme": "GitHub Light",
}
@Wellers0n
Copy link
Author

Install font: sudo apt install fonts-firacode

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