Browse Source

atom: more config tweaks

Kyle P Davis 8 years ago
parent
commit
1e83622f45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      atom/config.cson

+ 2 - 2
atom/config.cson

@@ -17,10 +17,10 @@
     softTabs: false
     tabLength: 4
   linter:
-    inlineTooltipInterval: 1000
+    inlineTooltipInterval: 500
     showErrorPanel: false
   "linter-eslint":
-    disableWhenNoEslintrcFileInPath: true
+    disableWhenNoEslintConfig: true
   "linter-flow": {}
   "tree-view":
     hideIgnoredNames: true