Skip to content

Instantly share code, notes, and snippets.

@sanjsanj
Created July 1, 2017 09:59
Show Gist options
  • Save sanjsanj/92ad25eb38986c1561d622bfeeaca6a5 to your computer and use it in GitHub Desktop.
Save sanjsanj/92ad25eb38986c1561d622bfeeaca6a5 to your computer and use it in GitHub Desktop.
{
"files.autoSave": "onWindowChange",
"editor.tabSize": 2,
"editor.minimap.enabled": true,
"window.zoomLevel": 0,
"editor.dragAndDrop": true,
"html.suggest.html5": true,
"files.eol": "\n",
"eslint.options": {
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
]
},
"eslint.autoFixOnSave": true,
"typescript.check.tscVersion": false,
"editor.snippetSuggestions": "top"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment