You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There are many linting problems (unused variable, etc.) that I encounter on the codebase. I think adding ESLint (and or Prettier) for linter and formatting code would helpful. It also catches a silly issue like these #111.
I'm thinking of this strategy.
Add ESLint/Prettier
Make commit hooks using husky so whenever we commit a code it will lint and fix it first
Hi @mandaputtra I 100% agree and would happily accept any PRs adding ESLint or both of them. I'm good with the standard code style. Husky automation would also be great. Thank you!
There are many linting problems (unused variable, etc.) that I encounter on the codebase. I think adding ESLint (and or Prettier) for linter and formatting code would helpful. It also catches a silly issue like these #111.
I'm thinking of this strategy.
Just let me know if this would be helpful for the project, I'll be working on it.
The text was updated successfully, but these errors were encountered: