Skip to content

Instantly share code, notes, and snippets.

@sebackend
Created January 20, 2022 14:01
Show Gist options
  • Save sebackend/12afe1b92c6eb31830f594e95a475600 to your computer and use it in GitHub Desktop.
Save sebackend/12afe1b92c6eb31830f594e95a475600 to your computer and use it in GitHub Desktop.
{
"workbench.colorTheme": "Oceanic Plus",
"workbench.iconTheme": "file-icons",
"security.workspace.trust.untrustedFiles": "open",
"editor.fontFamily": "'Operator Mono Lig', Consolas, 'Courier New', monospace", //"Fira Code",
"editor.fontLigatures": true,
"editor.fontWeight": "100",
"editor.fontSize": 14,
"editor.tabSize": 2,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
// "editor.defaultFormatter": "esbenp.prettier-vscode",
// "[javascript]": {
// "editor.defaultFormatter": "esbenp.prettier-vscode"
// },
"eslint.alwaysShowStatus": true,
"eslint.packageManager": "yarn",
"eslint.migration.2_x": "off"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment