summaryrefslogtreecommitdiff
path: root/ale_linters/graphql
AgeCommit message (Collapse)Author
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
2018-12-18changed gqlint to lint the file on diskJeff Willette
- added a cd into the direcotry containing the file in the buffer in order to properly check for a config file - added command_callback tests for graphql
2017-11-27Add support for linting GraphQL with ESLintBenjie Gillam
2017-08-20Fix some indentationw0rp
2017-08-20Added new linter for GraphQL: gqlint (#863)Michiel Westerbeek
* Added new linter for GraphQL: GQLint * added help-files