Skip to content
This repository has been archived by the owner on Aug 18, 2020. It is now read-only.

adding graphql config to index #168

Merged
merged 1 commit into from
Sep 21, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
Expand Down