SublimeLinter (old).sublime-settings 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. {
  2. "user":
  3. {
  4. "_mark_style": "fill",
  5. "debug": true,
  6. "delay": 0.1,
  7. "error_color": "D02000",
  8. "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default/Default.gutter-theme",
  9. "gutter_theme_excludes":
  10. [
  11. ],
  12. "lint_mode": "background",
  13. "linters":
  14. {
  15. "eslint":
  16. {
  17. "@disable": true,
  18. "args":
  19. [
  20. ],
  21. "excludes":
  22. [
  23. ]
  24. },
  25. "eslint_d":
  26. {
  27. "@disable": false,
  28. "args":
  29. [
  30. ],
  31. "excludes":
  32. [
  33. ]
  34. },
  35. "flow":
  36. {
  37. "@disable": true,
  38. "args":
  39. [
  40. ],
  41. "excludes":
  42. [
  43. ],
  44. "show-all-errors": true
  45. },
  46. "rubocop":
  47. {
  48. "@disable": false,
  49. "args":
  50. [
  51. ],
  52. "excludes":
  53. [
  54. ]
  55. },
  56. "standard":
  57. {
  58. "@disable": false,
  59. "args":
  60. [
  61. ],
  62. "excludes":
  63. [
  64. ]
  65. },
  66. "stylelint":
  67. {
  68. "@disable": false,
  69. "args":
  70. [
  71. ],
  72. "excludes":
  73. [
  74. ]
  75. }
  76. },
  77. "mark_style": "outline",
  78. "no_column_highlights_line": false,
  79. "passive_warnings": false,
  80. "paths":
  81. {
  82. "linux":
  83. [
  84. ],
  85. "osx":
  86. [
  87. "/usr/local/bin",
  88. "~/.nvm/versions/node/v5.6.0/bin",
  89. "~/.rbenv/versions/2.3.1/bin"
  90. ],
  91. "windows":
  92. [
  93. ]
  94. },
  95. "python_paths":
  96. {
  97. "linux":
  98. [
  99. ],
  100. "osx":
  101. [
  102. ],
  103. "windows":
  104. [
  105. ]
  106. },
  107. "rc_search_limit": 3,
  108. "shell_timeout": 10,
  109. "show_errors_on_save": false,
  110. "show_marks_in_minimap": true,
  111. "syntax_map":
  112. {
  113. "html (django)": "html",
  114. "html (rails)": "html",
  115. "html 5": "html",
  116. "php": "html",
  117. "python django": "python"
  118. },
  119. "tooltip_fontsize": "1rem",
  120. "tooltip_theme": "Packages/SublimeLinter/tooltip-themes/Default/Default.tooltip-theme",
  121. "tooltip_theme_excludes":
  122. [
  123. ],
  124. "tooltips": true,
  125. "warning_color": "DDB700",
  126. "wrap_find": true
  127. }
  128. }