synapsestudios / fetch-client

http client library based on fetch
MIT License
9 stars 3 forks source link

Add circle ci - prettier, lint, test #123

Closed chestercharles closed 4 years ago

chestercharles commented 4 years ago

1) Added prettier. Most of this PR is the diffs. 2) Turned off some eslint rules that were complaining about linebreaks that prettier added. We should replace this eslint config with TS lint rules anyway. 3) Added prettier/lint/test jobs for circle ci.

chestercharles commented 4 years ago

Now it will.

chestercharles commented 4 years ago

lol