CrazyTim / spin-wheel

An easy to use, themeable component for randomising choices and prizes.
https://crazytim.github.io/spin-wheel/examples/themes
MIT License
174 stars 45 forks source link

Dev Environment Improvements #32

Closed MalikBagwala closed 5 months ago

MalikBagwala commented 5 months ago

This PR aims to add a few opinionated improvements to the code base

  1. Swap npm with pnpm for faster performance and global dependency management https://pnpm.io/

  2. Add prettier code formatter

  3. 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)

CrazyTim commented 5 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!)