apollo-server/packages
Jesse Rosenberger 3a0608ebc5
Tick off Prettier checkmarks, which were present on CI but not locally. (#880)
For reasons unbeknownst to me, the changes below were only being complained
about in the CI environment but _not_ when I ran `npm run lint` locally.

It seems partially related to the OS its ran on, so I imagine there might be
some other sub-dependency at play here.  In an effort to fix this, I just
spawned a Ubuntu docker image, checked out this repository and ran the same
`npm run lint`.  This produced identical results to Travis, so I ran
`npm run lint-fix`, then saved the `git diff` results and have applied this
locally.

This should allow us to re-enable `prettier` in CI, though I have plans to
separate that from the actual `npm test` runs.  This should result in a better
workflow for managing PRs.
2018-03-16 10:25:07 +02:00
..
apollo-server-adonis chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-azure-functions chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-core chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-express Tick off Prettier checkmarks, which were present on CI but not locally. (#880) 2018-03-16 10:25:07 +02:00
apollo-server-hapi chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-integration-testsuite chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-koa chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-lambda chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-micro chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-module-graphiql Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
apollo-server-module-operation-store chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
apollo-server-restify chore(deps): update dependency graphql to v0.13.1 2018-03-13 16:01:14 +00:00
graphql-server-core Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-express Tick off Prettier checkmarks, which were present on CI but not locally. (#880) 2018-03-16 10:25:07 +02:00
graphql-server-hapi Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-koa Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-lambda Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-micro Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-module-graphiql Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-module-operation-store Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00
graphql-server-restify Update to graphql@0.12 (#726) 2018-03-13 17:10:37 +02:00