diff options
author | Benjie Gillam <benjie@jemjie.com> | 2017-11-27 15:57:17 +0000 |
---|---|---|
committer | Benjie Gillam <benjie@jemjie.com> | 2017-11-27 15:57:17 +0000 |
commit | b0114deabcb472b5cc7bde21ec9ccab98a618930 (patch) | |
tree | 9a7f4bdd9082d987b41f73273ebd0b7b29bfc031 /doc | |
parent | 09f9c21f1b580077d27bb73858a10a64d2fa05e3 (diff) | |
download | ale-b0114deabcb472b5cc7bde21ec9ccab98a618930.zip |
Reference the JS ESLint options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-graphql.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/ale-graphql.txt b/doc/ale-graphql.txt index a3b93810..de412762 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* |