Skip to content

Commit

Permalink
Fully remove prettier (#5227)
Browse files Browse the repository at this point in the history
Changes were made a while back to stop `prettier` changes from
being applied automatically at commit time. This commit goes
further and fully removes `prettier`. The Apollo Client team
has decided to no longer use `prettier` to enforce code
formatting across the codebase. In most cases existing code
styles should be followed as much as possible, but this is not
a hard and fast rule.
  • Loading branch information
hwillson authored Aug 22, 2019
1 parent ad1fedb commit f36f8c0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 582 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
**Note:** This is a cumulative changelog that outlines all of the Apollo Client project child package changes that were bundled into a specific `apollo-client` release.

## Apollo Client 3.0 (TBD)

- Fully removed `prettier`. The Apollo Client team has decided to no longer use or enforce code formatting across the codebase. In most cases existing code styles should be followed as much as possible, but this is not a hard and fast rule. <br/>
[@hwillson](https://github.com/hwills) in [#TODO](https://github.com/apollographql/apollo-client/pull/TODO)


## Apollo Client (vNext)

### Apollo Client (vNext)
Expand Down
Loading

0 comments on commit f36f8c0

Please sign in to comment.