Skip to content

Instantly share code, notes, and snippets.

@o0pmitev
Created April 23, 2022 03:40
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 o0pmitev/d3962ea4fd39874ff761d1f661efed7f to your computer and use it in GitHub Desktop.
Save o0pmitev/d3962ea4fd39874ff761d1f661efed7f to your computer and use it in GitHub Desktop.
#.vscode/settings.json
{
"files.exclude": {
"node_modules": true,
"package-lock.json": true
},
"workbench.colorTheme": "Material Monokai High Contrast",
"[javascript]" : {
"editor.tabSize": 2
},
"prettier.eslintIntegration": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment