From b0114deabcb472b5cc7bde21ec9ccab98a618930 Mon Sep 17 00:00:00 2001 From: Benjie Gillam Date: Mon, 27 Nov 2017 15:57:17 +0000 Subject: [PATCH] Reference the JS ESLint options --- doc/ale-graphql.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/ale-graphql.txt b/doc/ale-graphql.txt index a3b9381..de41276 100644 --- a/doc/ale-graphql.txt +++ b/doc/ale-graphql.txt @@ -5,6 +5,11 @@ ALE GraphQL Integration *ale-graphql-options* =============================================================================== eslint *ale-graphql-eslint* +The `eslint` linter for GraphQL uses the JavaScript options for `eslint`; see: +|ale-javascript-eslint|. + +You will need the GraphQL ESLint plugin installed for this to work. + =============================================================================== gqlint *ale-graphql-gqlint*