Skip to content

Instantly share code, notes, and snippets.

@vbguard
Created January 13, 2019 08:03
Show Gist options
  • Save vbguard/f26c5964fcee67a52f5227a41eafff98 to your computer and use it in GitHub Desktop.
Save vbguard/f26c5964fcee67a52f5227a41eafff98 to your computer and use it in GitHub Desktop.
{
"editor.fontSize": 14,
"window.zoomLevel": -1,
"workbench.colorTheme": "One Monokai",
"workbench.iconTheme": "vscode-icons",
"eslint.alwaysShowStatus": true,
"eslint.packageManager": "yarn",
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 80,
"editor.formatOnSave": true,
"files.autoSave": "onFocusChange",
"explorer.confirmDelete": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"prettier.jsxSingleQuote": true,
"prettier.jsxBracketSameLine": true,
"prettier.parser": "flow",
"prettier.requireConfig": true,
"prettier.singleQuote": true,
"prettier.stylelintIntegration": true,
"prettier.eslintIntegration": true,
"eslint.autoFixOnSave": true,
"editor.formatOnType": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment