Created
July 21, 2017 16:02
-
-
Save evenfrost/fa75b1b531851db1f9fad126700159cd to your computer and use it in GitHub Desktop.
This file contains 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
Show hidden characters
{ | |
"user": { | |
"debug": false, | |
"delay": 2, | |
"error_color": "E74C3C", | |
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme", | |
"gutter_theme_excludes": [], | |
"lint_mode": "load/save", | |
"linters": { | |
"eslint": { | |
"@disable": false, | |
"args": [], | |
"excludes": [] | |
} | |
}, | |
"mark_style": "outline", | |
"no_column_highlights_line": false, | |
"passive_warnings": true, | |
"paths": { | |
"linux": [], | |
"osx": [], | |
"windows": [] | |
}, | |
"python_paths": { | |
"linux": [], | |
"osx": [], | |
"windows": [] | |
}, | |
"rc_search_limit": 3, | |
"shell_timeout": 10, | |
"show_errors_on_save": false, | |
"show_marks_in_minimap": true, | |
"syntax_map": { | |
"coffeescript (gulpfile)": "coffeescript", | |
"html (django)": "html", | |
"html (rails)": "html", | |
"html 5": "html", | |
"javascript (babel)": "javascript", | |
"javascript (eslint)": "javascript", | |
"javascript (gruntfile)": "javascript", | |
"javascript (gulpfile)": "javascript", | |
"javascript (postcss)": "javascript", | |
"javascript (stylelint)": "javascript", | |
"javascript (tagged templates)": "javascript", | |
"javascript (webpack)": "javascript", | |
"json (babel)": "json", | |
"json (bower)": "json", | |
"json (composer)": "json", | |
"json (eslint)": "json", | |
"json (npm)": "json", | |
"json (postcss)": "json", | |
"json (settings)": "json", | |
"json (stylelint)": "json", | |
"json (sublime)": "json", | |
"json (tern js)": "json", | |
"php": "html", | |
"python django": "python", | |
"xml (config)": "xml", | |
"xml (svg)": "xml", | |
"yaml (circleci)": "yaml", | |
"yaml (docker)": "yaml", | |
"yaml (eslint)": "yaml", | |
"yaml (lock)": "yaml", | |
"yaml (procfile)": "yaml", | |
"yaml (stylelint)": "yaml", | |
"yaml (yarn)": "yaml" | |
}, | |
"tooltip_fontsize": "1rem", | |
"tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Default/Default.tooltip-theme", | |
"tooltip_theme_excludes": [], | |
"tooltips": false, | |
"warning_color": "F1C40F", | |
"wrap_find": true | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment