Skip to content

Instantly share code, notes, and snippets.

@Clickys
Created June 26, 2018 17:37
Show Gist options
  • Save Clickys/2e17462c4e69cb2c19efb14497389630 to your computer and use it in GitHub Desktop.
Save Clickys/2e17462c4e69cb2c19efb14497389630 to your computer and use it in GitHub Desktop.
{
"git.ignoreMissingGitWarning": true,
"workbench.colorTheme": "Cobalt2",
"editor.fontFamily": "Hermit",
"editor.fontSize": 17,
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"files.autoSave": "onWindowChange",
"workbench.iconTheme": "eq-material-theme-icons-ocean",
"eslint.enable": true,
"eslint.autoFixOnSave": true,
/*"eslint.options": {
"rules": {
"linebreak-style": 0,
"no-alert": "off",
"no-array-constructor": "off",
"no-bitwise": "off",
"no-caller": "off",
"no-case-declarations": "error",
"no-catch-shadow": "off",
"no-class-assign": "error",
"no-cond-assign": "error",
"no-confusing-arrow": "off",
"no-console": "off",
"code": "off",
}
},*/
"prettier.singleQuote": true,
"prettier.eslintIntegration": true,
"prettier.tabWidth": 4,
"editor.formatOnSave": true,
"javascript.implicitProjectConfig.checkJs": true,
"sync.gist": "233c3e5ea18d71763f2120d904cf2d98",
"sync.host": "",
"sync.pathPrefix": "",
"sync.quietSync": false,
"sync.askGistName": false,
"sync.removeExtensions": true,
"sync.syncExtensions": true,
"sync.autoDownload": false,
"sync.autoUpload": false,
"sync.lastUpload": "2018-06-26T12:05:15.667Z",
"sync.lastDownload": "",
"sync.forceDownload": false,
"workbench.colorCustomizations": {
"editor.selectionBackground": "#257206",
"editor.selectionHighlightBackground": "#3d423b"
},
"editor.cursorStyle": "block",
"materialTheme.fixIconsRunning": false,
"editor.wordWrap": "on",
"prettier.disableLanguages": [
"vue",
"js"
],
"typescript.validate.enable": false,
"javascript.suggestionActions.enabled": false,
"javascript.validate.enable": false,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment