apollographql / persistgraphql

A build tool for GraphQL projects.
MIT License
425 stars 57 forks source link

fixed some linting errors #27

Closed ScallyGames closed 7 years ago

ScallyGames commented 7 years ago

There are still two open warnings:

Warning: The 'no-unused-variable' rule requires type checking
Warning: The 'no-use-before-declare' rule requires type checking

Also an error is thrown in testing which might require attention:

(node:5992) UnhandledPromiseRejectionWarning: Unhandled promise rejection (rejection id: 1): 
TypeError: Cannot read property 'then' of null
apollo-cla commented 7 years ago

@Aides359: Thank you for submitting a pull request! Before we can merge it, you'll need to sign the Meteor Contributor Agreement here: https://contribute.meteor.com/

Poincare commented 7 years ago

The testing error looks odd - will look into it shortly. Merging this now.