Browse Source

clean up atom linter plugin options

Kyle P Davis 7 years ago
parent
commit
85959409e9
1 changed files with 1 additions and 3 deletions
  1. 1 3
      atom/config.cson

+ 1 - 3
atom/config.cson

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