summaryrefslogtreecommitdiff
path: root/ale_linters/javascript/eslint.vim
AgeCommit message (Expand)Author
2017-01-05added eslint option to pass in more optionsZefei Xuan
2016-12-22#193 Fix a parsing error for parsing errors with eslintw0rp
2016-10-23Support loading eslint from node_modules, re issue #118.w0rp
2016-10-21Add support for dot-seperate linters, improve linter testsBjorn Neergaard
2016-10-20#131 Keep the error types in the message for eslintw0rp
2016-10-11Fix #87 - Allow linter filetypes to be aliasedw0rp
2016-10-11Use explicit scope in all ale_lintersBjorn Neergaard
2016-10-10First pass at optimizing ale to autoload (#80)Bjorn Neergaard
2016-10-06Add support for changing the eslint executable.w0rp
2016-10-06correctly parse eslint warning typejwilliams108
2016-10-04Add support for formatting filenames into commands, and use it to fix linting...w0rp
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-10-03Add support for javascript.jsx filetypePaolo Gavocanov
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, a...w0rp
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the b...w0rp
2016-09-13Fix the eslint linter so it won't throw away lines if one earlier line doesn'...w0rp
2016-09-09Fix a bug with eslint parsing which mistakenly cleared markersw0rp
2016-09-09Add linting with eslint in NeoVim, with a few bugs.w0rp