Closed MalikBagwala closed 7 months ago
Hi @MalikBagwala,
Thanks for the effort, but I'm not looking to add opinionated changes. I've taken note of some style rules that I might apply next release for better consistancy (as that is always a good thing!)
This PR aims to add a few opinionated improvements to the code base
Swap npm with pnpm for faster performance and global dependency management https://pnpm.io/
Add prettier code formatter
Gets rid of specific eslint configuration to make the project more standard ( In case we require the specific configuration I can add a more modern implementation which accomodates the same)