Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dingo-d
Last active March 5, 2018 11:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dingo-d/9dcc4afc2ef2a40196ab9cc2089f91d8 to your computer and use it in GitHub Desktop.
Save dingo-d/9dcc4afc2ef2a40196ab9cc2089f91d8 to your computer and use it in GitHub Desktop.
New sublime linter settings 4.0
{
"debug": true,
"delay": 0.25,
"gutter_theme": "Circle",
"lint_mode": "background",
"linters": {
"csslint": {
"disable": true,
"args": [],
"errors": "",
"excludes": [],
"ignore": "",
"warnings": ""
},
"eslint": {
"disable": false,
"args": [],
"excludes": []
},
"jshint": {
"disable": true,
"args": [],
"excludes": []
},
"phpcs": {
"disable": false,
"args": [],
"excludes": [],
"standard": "Infinum"
},
"scss": {
"disable": true,
"args": [],
"exclude-linter": "",
"excludes": [],
"include-linter": ""
}
},
"no_column_highlights_line": false,
"paths": {
"linux": [],
"osx": [
"/Users/infinum/wpcs/vendor/bin"
],
"windows": []
},
"shell_timeout": 10,
"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"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment