浏览代码

clean up atom linter plugin options

Kyle P Davis 7 年之前
父节点
当前提交
85959409e9
共有 1 个文件被更改,包括 1 次插入3 次删除
  1. 1 3
      atom/config.cson

+ 1 - 3
atom/config.cson

@@ -16,9 +16,7 @@
     showIndentGuide: true
     showIndentGuide: true
     softTabs: false
     softTabs: false
     tabLength: 4
     tabLength: 4
-  linter:
-    inlineTooltipInterval: 500
-    showErrorPanel: false
+  linter: {}
   "linter-eslint":
   "linter-eslint":
     disableWhenNoEslintConfig: true
     disableWhenNoEslintConfig: true
   "linter-flow": {}
   "linter-flow": {}