Last active
April 6, 2018 08:47
-
-
Save klummy/90c4c932b90e1afacc0c7fd3a496a618 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
{ | |
"stylelint.enable": true, | |
"css.validate": false, | |
"scss.validate": false | |
} |
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
{ | |
"gitlens.advanced.messages": { | |
"suppressCommitHasNoPreviousCommitWarning": false, | |
"suppressCommitNotFoundWarning": false, | |
"suppressFileNotUnderSourceControlWarning": false, | |
"suppressGitVersionWarning": false, | |
"suppressLineUncommittedWarning": false, | |
"suppressNoRepositoryWarning": false, | |
"suppressResultsExplorerNotice": false, | |
"suppressShowKeyBindingsNotice": true, | |
"suppressUpdateNotice": false, | |
"suppressWelcomeNotice": true | |
}, | |
"atomKeymap.promptV3Features": true, | |
"editor.multiCursorModifier": "ctrlCmd", | |
"editor.formatOnPaste": true, | |
"editor.wordWrap": "on", | |
"editor.trimAutoWhitespace": true, | |
"editor.fontFamily": "'Operator Mono', 'Fira Code'", | |
"editor.fontLigatures": true, | |
"editor.links": false, | |
"editor.fontSize": 13, | |
"editor.snippetSuggestions": "top", | |
"files.autoSave": "onFocusChange", | |
"python.linting.flake8Enabled": true, | |
"python.linting.pylintEnabled": false, | |
"emmet.syntaxProfiles": { | |
"javascript": "jsx" | |
}, | |
"eslint.autoFixOnSave": true, | |
"eslint.validate": [ | |
"javascript", | |
"javascriptreact", | |
{ | |
"language": "vue", | |
"autoFix": true | |
}, | |
], | |
// "eslint.options": { | |
// "plugins": ["vue"] | |
// }, | |
"jscs.enable": false, | |
"jshint.enable": false, | |
"javascript.validate.enable": true, | |
"git.enableSmartCommit": true, | |
"window.zoomLevel": 0, | |
// "workbench.colorTheme": "Atom One Dark", | |
// "flow.useNPMPackagedFlow": true, | |
"explorer.confirmDragAndDrop": false, | |
"workbench.colorTheme": "One Dark Pro Vivid", | |
"gitlens.keymap": "alternate", | |
"dart.flutterSdkPath": "/Users/yekeen/Tools/flutter" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment