index
:
ale
feature/doc_contrib
feature/open_list_num
fix/broken_golang_links
fix/lua-language-server_docs
fix/use_stable_rust
master
topic/docker-free_testing
topic/plls
wip/cargo_multifile
wip/lint_fail_err
wip/twig
Check syntax in Vim asynchronously and fix files, with Language Server Protocol (LSP) support
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ale_linters
/
javascript
/
xo.vim
Age
Commit message (
Collapse
)
Author
2021-01-22
linters/xo: prefer function shorthand
Charles B Johnson
2021-01-22
xo: inline filetype handling
Charles B Johnson
2021-01-22
linters/xo: consolidate xo linters
Charles B Johnson
2019-06-04
Use correct handler for 'xo' linter
Nils Kuhnhenn
2019-02-22
#2132 - Replace all uses of foo_callback with foo
w0rp
2018-04-09
Close #542 - Add an option for disabling running locally installed ↵
w0rp
executables by default
2017-06-21
Fix the standard and xo handlers so they call the eslint function
w0rp
2017-05-27
Refactor running of local Node programs with a helper function
w0rp
2017-05-12
#549 Temporarily revert shell escaping changes, just for Windows
w0rp
2017-05-08
#540 Fix shell escaping pretty much everywhere
w0rp
2017-05-07
Escape JavaScript executables in commands
w0rp
2017-04-28
Use ale#Var in linters that didn't use it yet
Adriaan Zonnenberg
2017-04-17
Move path functions to their own file
w0rp
2017-02-09
add xo support (#304)
Daniel Lupu
* add xo support * add documentation * Fix a screw up when fixing conflicts * Fix it harder