Skip to content

Commit

Permalink
disable eclint by default, it's too noisy
Browse files Browse the repository at this point in the history
  • Loading branch information
guykisel committed Jul 6, 2018
1 parent bfa858b commit 228ff4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inlineplz/linters/__init__.py
Expand Up @@ -212,7 +212,7 @@ def vendored_path(path):
'language': 'all',
'autorun': False,
'run_per_file': True,
'run_if_dotfile_in_root': True
'run_if_dotfile_in_root': False
},
'eslint': {
'install': [['npm', 'install', 'eslint']],
Expand Down

0 comments on commit 228ff4c

Please sign in to comment.