klummy
3/1/2018 - 8:36 AM

Plugins - https://www.one-tab.com/page/euCWKPiKSvW0PiQ8IBDoYQ

{
    "stylelint.enable": true,
    "css.validate": false,
    "scss.validate": false
}
{
    "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"
}