summaryrefslogtreecommitdiff
path: root/ale_linters/javascript
AgeCommit message (Collapse)Author
2016-10-06Fix loading of JSHint configuration files.w0rp
2016-10-06correctly parse eslint warning typejwilliams108
2016-10-04Add a function for finding nearest files, and use it to fix JSHint so it ↵w0rp
will find configuration files automatically.
2016-10-04Add support for formatting filenames into commands, and use it to fix ↵w0rp
linting with older eslint versions.
2016-10-04Add comment headers to ale_lintersPrashanth Chandra
2016-10-03Add support for javascript.jsx filetypePaolo Gavocanov
2016-09-15Add name and author to jshintChris Kyrouac
2016-09-15Add jshint linterChris Kyrouac
2016-09-15Credit fijshion for his work in the files, and make the new linters work ↵w0rp
again by adding the now required name arguments.
2016-09-15Merge pull request #1 from fijshion/jscslinterw0rp
Add jscs linter
2016-09-15Add support for Bash and other shells. Add support for reading from stderr, ↵w0rp
and for generating the executable from functions. Both were needed to support shell linting.
2016-09-14Add jscs linterChris Kyrouac
2016-09-14Fix issues with switching buffers rapidly causing errors by remembering the ↵w0rp
buffer and passing the buffer value to various functions.
2016-09-13Fix the eslint linter so it won't throw away lines if one earlier line ↵w0rp
doesn't match.
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