diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-graphql.txt | 5 | ||||
-rw-r--r-- | doc/ale.txt | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/ale-graphql.txt b/doc/ale-graphql.txt index de412762..603694bb 100644 --- a/doc/ale-graphql.txt +++ b/doc/ale-graphql.txt @@ -14,4 +14,9 @@ You will need the GraphQL ESLint plugin installed for this to work. gqlint *ale-graphql-gqlint* =============================================================================== +prettier *ale-graphql-prettier* + +See |ale-javascript-prettier| for information about the available options. + +=============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: diff --git a/doc/ale.txt b/doc/ale.txt index 9b8cae4b..19e41338 100644 --- a/doc/ale.txt +++ b/doc/ale.txt @@ -82,6 +82,7 @@ CONTENTS *ale-contents* graphql...............................|ale-graphql-options| eslint..............................|ale-graphql-eslint| gqlint..............................|ale-graphql-gqlint| + prettier............................|ale-graphql-prettier| handlebars............................|ale-handlebars-options| ember-template-lint.................|ale-handlebars-embertemplatelint| haskell...............................|ale-haskell-options| @@ -315,7 +316,7 @@ Notes: * Git Commit Messages: `gitlint` * GLSL: glslang, `glslls` * Go: `gofmt`, `goimports`, `go vet`, `golint`, `gotype`, `gometalinter`!!, `go build`!!, `gosimple`!!, `staticcheck`!! -* GraphQL: `eslint`, `gqlint` +* GraphQL: `eslint`, `gqlint`, `prettier` * Haml: `haml-lint` * Handlebars: `ember-template-lint` * Haskell: `brittany`, `ghc`, `stack-ghc`, `stack-build`!!, `ghc-mod`, `stack-ghc-mod`, `hlint`, `hdevtools`, `hfmt` |