summaryrefslogtreecommitdiff
path: root/ale_linters/graphql/eslint.vim
AgeCommit message (Collapse)Author
2021-03-01Close #2281 - Separate cwd commands from commandsw0rp
Working directories are now set seperately from the commands so they can later be swapped out when running linters over projects is supported, and also better support filename mapping for running linters on other machines in future.
2019-11-24Fix for incorrect eslint output parsing for graphql filesAaron Franks
The output is configured to be JSON, but the handler was parsing it as 'lines'
2019-02-22#2132 - Replace all uses of foo_callback with foow0rp
2017-11-27Add support for linting GraphQL with ESLintBenjie Gillam