Commit graph

7 commits

Author SHA1 Message Date
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
Laurin Quast
df51fd90da Setup prettier (#724)
* Setup prettier and precommit hooks

* Format code with prettier

* Use husky because it works...

* Move prettier config to .prettierrc file

* Implement fixing markdown file formatting when running lint-fix script

* Format markdown files

* Add .json file formatting

* Fixes json file formatting

* Add pretteir linting step

* Remove tslint

* Use gitignore for prettier

* Fix linting errors

* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Joel Griffith
d456ff5b2b Adding in restify integration, docs, tests more... 2016-10-24 11:04:18 -07:00
Sashko Stubailo
4a5e6b3b7f Rename a variety of things to no longer be called Apollo 2016-10-22 18:48:23 -07:00
Nick Nance
fe9564d2cd Camelcase hapi (#132)
* camelcase hapi
* update changelog
2016-09-09 20:22:13 -05:00
Jonas Helfer
36f76c847c fix typo in DESIGN.md 2016-07-06 17:17:30 -07:00
Jonas Helfer
2cb9e52e6d initial design document for apollo server (#19)
* initial design document for apollo server

* update DESIGN.md to clarify some things
2016-07-05 15:14:21 -07:00