-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers
Description
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
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomers