Fix #87 - Allow linter filetypes to be aliased

This commit is contained in:
w0rp
2016-10-11 23:11:45 +01:00
parent 6911696616
commit 78bcf96e34
6 changed files with 116 additions and 38 deletions

View File

@@ -13,10 +13,3 @@ call ale#linter#Define('javascript', {
\ 'command': 'jscs -r unix -n -',
\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
\})
call ale#linter#Define('javascript.jsx', {
\ 'name': 'jscs',
\ 'executable': 'jscs',
\ 'command': 'jscs -r unix -n -',
\ 'callback': 'ale#handlers#HandleUnixFormatAsError',
\})