Skip to content

Set up prettier, eslint and husky #42

@mansogf

Description

@mansogf

Is your feature request related to a problem? Please describe.
In the source code, there are code files that are not following the same development pattern and format. To standardize the code, we can use some tools to help us with this issue.

Describe the solution you'd like
Set up tools:

  • prettier: keep the code formatted in a standardized way through the prettierrc file;

  • eslint: static code analysis that works in conjunction with prettier;

  • husky: improves and automates commits (commit messages, tests, etc.)

  • P.S: This issue includes not only the configuration of the above tools but also fixing the project using them.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions