Setup a pre-commit hook with EsLint and prettier with husky in Javascript/Typescript
Oct 2, 2024 · 3 min read · Eslint is a tool for identifying and fixing bugs in javascript code. When working in a team, it ensures that all team member adhere to set of rules or guidelines, catching errors before code is committed. For example, you can define rule for single q...
Join discussion