Skip to content

Instantly share code, notes, and snippets.

@grimen
Created January 3, 2017 16:02
Show Gist options
  • Save grimen/5370354fca10372f06efa861017abb3c to your computer and use it in GitHub Desktop.
Save grimen/5370354fca10372f06efa861017abb3c to your computer and use it in GitHub Desktop.
SublimeLinter - User
{
"user": {
"debug": true,
"delay": 0.25,
"error_color": "D02000",
"gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
"gutter_theme_excludes": [],
"lint_mode": "background",
"linters": {
"eslint": {
"@disable": false,
"args": [],
"excludes": [
"dist/*",
"build/*",
"node_modules/*"
]
},
"json": {
"@disable": false,
"args": [],
"excludes": [],
"strict": true
}
},
"mark_style": "solid underline",
"no_column_highlights_line": true,
"passive_warnings": true,
"paths": {
"linux": [],
"osx": [
"/Users/grimen/.nvm/v6.0.0/bin/"
],
"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": {
"html (django)": "html",
"html (rails)": "html",
"html 5": "html",
"javascript (babel)": "javascript",
"magicpython": "python",
"php": "html",
"python django": "python",
"pythonimproved": "python"
},
"warning_color": "DDB700",
"wrap_find": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment