Skip to content

๐Ÿ› ๏ธ Refactor: Add Code quality fixing scriptsย #65

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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