toonin icon indicating copy to clipboard operation
toonin copied to clipboard

🛠ī¸ Refactor: Add Code quality fixing scripts

Open ArsalaBangash opened this issue 4 years ago â€ĸ 0 comments

Motivation 🏁

Our developers need an easy way of fixing code quality issues.

Describe your refactoring solution 🛠ī¸

I propose adding code quality fixing scripts to our package.json, so our devs can simply run the following commands:

yarn fix
OR
yarn fix:js
OR
yarn fix:css

Additional details ℹī¸

  • [ ] Use an eslint config file for code errors and warnings
  • [ ] Use a prettier config file for code style
  • [ ] Use stylelint for css
  • [ ] Add fixing scripts to the package.json file

Consult the futurist network repo for an example implementation

ArsalaBangash avatar Oct 20 '20 16:10 ArsalaBangash