Flyrell / axios-auth-refresh

Library that helps you implement automatic refresh of authorization via axios interceptors. You can easily intercept the original request when it fails, refresh the authorization and continue with the original request, without user even noticing.
MIT License
1.06k stars 91 forks source link

Prettier #193

Closed reichhartd closed 2 years ago

reichhartd commented 2 years ago

This PR is best reviewed by commits. The first commit is the initial setup. In the second, only Prettier was run over all files.

Prettier

Initial setup details:

Apart from that, Prettier was also run over all files.

Flyrell commented 2 years ago

If you ever have time, would you be able to fix the conflicts here @reichhartd ? Thanks.

reichhartd commented 2 years ago

@Flyrell Fixed all conflicts

Flyrell commented 2 years ago

Thank you for your contribution @reichhartd