toonin
toonin copied to clipboard
đ ī¸ Refactor: Add Code quality fixing scripts
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