Browse Source

atom: Hide error panel for linter

master
Nick Plekhanov 9 years ago
parent
commit
a0c53df79c
  1. 2
      atom/config.cson

2
atom/config.cson

@ -23,6 +23,8 @@
enableBackgroundColor: false
jshint:
supportLintingJsx: true
linter:
showErrorPanel: false
"markdown-preview":
useGitHubStyle: true
minimap:

Loading…
Cancel
Save