Skip to content

Instantly share code, notes, and snippets.

@karuppasamy
Created May 4, 2016 16:00
Show Gist options
  • Save karuppasamy/cae36de5542afcf290e336f662159fa2 to your computer and use it in GitHub Desktop.
Save karuppasamy/cae36de5542afcf290e336f662159fa2 to your computer and use it in GitHub Desktop.
Sublime - Linter Settings
{
"user": {
"debug": false,
"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": [
"--ignore-path",
"/Users/mrblack/Project/.eslintignore"
],
"excludes": []
},
"rubocop": {
"@disable": false,
"args": [],
"excludes": []
},
"rubylint": {
"@disable": false,
"args": [],
"excludes": []
},
"scss": {
"@disable": false,
"args": [],
"exclude-linter": "",
"excludes": [],
"include-linter": ""
},
"standard": {
"@disable": false,
"args": [],
"excludes": []
}
},
"mark_style": "fill",
"no_column_highlights_line": false,
"passive_warnings": false,
"paths": {
"linux": [],
"osx": [
"/Users/mrblack/.nvm/v5.1.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,
"sublimelinter_executable_map": {
"ruby": "~/.rvm/bin/rvm-auto-ruby"
},
"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