Skip to content

🛠️ Refactor: Add Code quality fixing scripts #65

@ArsalaBangash

Description

@ArsalaBangash

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

No one assigned

    Labels

    Domain: Dev ExperienceThis 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.Type: MaintenanceAn issue that make things clearer or removes ambiguity without changing base functionality.hacktoberfest-accepted

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions