ngneat / effects

🪄 A framework-agnostic RxJS effects implementation
https://www.netbasal.com
MIT License
63 stars 11 forks source link

chore: format all the files with prettier and setup the pre-commit hook #22

Closed theorlovsky closed 2 years ago

theorlovsky commented 2 years ago

Which @ngneat/effects-* package(s) are relevant/releated to the feature request?

Don't known / other

Description

Right now the codebase is inconsistent, which make it harder to contribute to the lib without affecting unrelated code

Proposed solution

I suggest formatting all the files with prettier now and setting up the pre-commit hook for any future changes

Alternatives considered

Trying to match the code style without any tools 😬

Do you want to create a pull request?

Yes