Closed ezkemboi closed 4 years ago
Also, to help us more, we can look at this document and give more suggestions https://eslint.org/docs/rules/
We can also work on commit rules and allow some rules to pass before someone can push. That is, determine the workflow of the application.
@ezkemboi for eslint, I think we can use one of the popular configs like Airbnb or Google. For commit rules, we can use commitlint/commitzen for enforcing commit message formats. Apart from commit message formatting, is there any other thing we need to set in commit hooks (like code linting before pushing...)?
I think code linting is before the commit hooks.
Let's make use of Airbnb
Hi @ezkemboi, I just finished setting up eslint and prettier, should I go ahead with fixing all issues as well or leave that to you?
Hi @ezkemboi, I just finished setting up eslint and prettier, should I go ahead with fixing all issues as well or leave that to you?
Hi @ezkemboi, waiting for your take on this.
@its-tayo go ahead fixing the issues bro. I am expecting to review some of the work tonight and tomorrow and merge. You can take any issue and raise a PR.
@its-tayo take this one and just let me know when you have raised a PR.
@ezkemboi no worries, will do so.
Under discussion.