From ce54296be2b378f08db6c54013a4e53748a081aa Mon Sep 17 00:00:00 2001 From: Pat Sissons Date: Thu, 20 Sep 2018 21:50:59 -0700 Subject: [PATCH] adding graphql config to index --- CHANGELOG.md | 4 ++++ index.js | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85c06b78..9f7c386d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Unreleased +### Added + +* Added `plugin:shopify/graphql` to module index. ([#000](https://github.com/Shopify/eslint-plugin-shopify/pull/000)) + ### Fixed * Updated `no-vague-titles` rule to fix parsing issues in `getMethodName`. ([#167](https://github.com/Shopify/eslint-plugin-shopify/pull/167)) diff --git a/index.js b/index.js index 22a38a33..59018d61 100644 --- a/index.js +++ b/index.js @@ -35,6 +35,7 @@ module.exports = { es5: require('./lib/config/es5'), esnext: require('./lib/config/esnext'), flow: require('./lib/config/flow'), + graphql: require('./lib/config/graphql'), jest: require('./lib/config/jest'), jquery: require('./lib/config/jquery'), lodash: require('./lib/config/lodash'),