summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/standard.vim
AgeCommit message (Expand)Author
2021-05-26Enable gopls by default with GOPATH detectionw0rp
2019-10-21Allow the use of StandardX for StandardJS linting and fixing.Ian Campbell
2019-09-22Add semistandard to node_modules search.Horacio Sanson
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2018-04-09Close #542 - Add an option for disabling running locally installed executable...w0rp
2017-08-31Fix #895 - Run Node.js scripts with node.exe instead of node on Windowsw0rp
2017-08-26#868 - Prefer cmd.js files for executing standardw0rp
2017-06-21Fix the standard and xo handlers so they call the eslint functionw0rp
2017-05-27Refactor running of local Node programs with a helper functionw0rp
2017-05-12#549 Temporarily revert shell escaping changes, just for Windowsw0rp
2017-05-08#540 Fix shell escaping pretty much everywherew0rp
2017-05-07Escape JavaScript executables in commandsw0rp
2017-04-18Add a function for getting matches, and use it to simplify a lot of codew0rp
2017-04-17Move path functions to their own filew0rp
2017-04-16#427 Implement buffer variable overrides for all linter optionsw0rp
2017-03-30Remove 'col' from linters where it is hardcoded to 1 (#434)Adriaan Zonnenberg
2017-02-26Copy all loclist items returned from handlers, and set up defaults for conven...w0rp
2017-02-05Add standard linterAhmed El Gabri