summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBenjie Gillam <benjie@jemjie.com>2017-11-27 14:22:05 +0000
committerBenjie Gillam <benjie@jemjie.com>2017-11-27 14:41:49 +0000
commite84ee4332f03844219da9c3f65e8ddc10be43ced (patch)
treeae0cb531e818e1d08d4248964d68944ee5e0ce66 /doc
parentd4ea0423a2c65a626daca89880811416a9d02040 (diff)
downloadale-e84ee4332f03844219da9c3f65e8ddc10be43ced.zip
Add support for linting GraphQL with ESLint
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-graphql.txt3
-rw-r--r--doc/ale.txt3
2 files changed, 5 insertions, 1 deletions
diff --git a/doc/ale-graphql.txt b/doc/ale-graphql.txt
index 5ceb5ca7..a3b93810 100644
--- a/doc/ale-graphql.txt
+++ b/doc/ale-graphql.txt
@@ -3,6 +3,9 @@ ALE GraphQL Integration *ale-graphql-options*
===============================================================================
+eslint *ale-graphql-eslint*
+
+===============================================================================
gqlint *ale-graphql-gqlint*
===============================================================================
diff --git a/doc/ale.txt b/doc/ale.txt
index 0b8a0c55..d1afb423 100644
--- a/doc/ale.txt
+++ b/doc/ale.txt
@@ -74,6 +74,7 @@ CONTENTS *ale-contents*
gofmt...............................|ale-go-gofmt|
gometalinter........................|ale-go-gometalinter|
graphql...............................|ale-graphql-options|
+ eslint..............................|ale-graphql-eslint|
gqlint..............................|ale-graphql-gqlint|
handlebars............................|ale-handlebars-options|
ember-template-lint.................|ale-handlebars-embertemplatelint|
@@ -294,7 +295,7 @@ Notes:
* FusionScript: `fusion-lint`
* GLSL: glslang
* Go: `gofmt`, `goimports`, `go vet`, `golint`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!!
-* GraphQL: `gqlint`
+* GraphQL: `eslint`, `gqlint`
* Haml: `haml-lint`
* Handlebars: `ember-template-lint`
* Haskell: `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt`