Last active
March 31, 2018 21:17
-
-
Save misraX/3eae4d89d25632d620cdd114ddfde42c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// setting.json | |
{ | |
"window.zoomLevel": 1, | |
"workbench.colorTheme": "quietLight-plus-theme", | |
"workbench.iconTheme": "material-icon-theme", | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx", | |
"xml": { | |
"attr_quotes": "single" | |
} | |
}, | |
"editor.formatOnSave": true, | |
"eslint.autoFixOnSave": true, | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true | |
} | |
} | |
// workspace.json | |
// For flow types | |
{ | |
"javascript.validate.enable": false, | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment