-
-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Domain: Dev ExperienceThis issue pertains to a developer's emotions and attitudes when building Grey Software.This issue pertains to a developer's emotions and attitudes when building Grey Software.Role: Software EngineerUses technology to design, develop, test, and maintain creative software solutions.Uses technology to design, develop, test, and maintain creative software solutions.Type: MaintenanceAn issue that make things clearer or removes ambiguity without changing base functionality.An issue that make things clearer or removes ambiguity without changing base functionality.hacktoberfest-accepted
Description
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
Metadata
Metadata
Assignees
Labels
Domain: Dev ExperienceThis issue pertains to a developer's emotions and attitudes when building Grey Software.This issue pertains to a developer's emotions and attitudes when building Grey Software.Role: Software EngineerUses technology to design, develop, test, and maintain creative software solutions.Uses technology to design, develop, test, and maintain creative software solutions.Type: MaintenanceAn issue that make things clearer or removes ambiguity without changing base functionality.An issue that make things clearer or removes ambiguity without changing base functionality.hacktoberfest-accepted