-
3. Husky Website : https://typicode.github.io/husky/ Husky is a tool that adds Git hooks to your project, so you can run scripts like linting and formatting before making a commit or pushing code into your respective github.
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
2. Prettier Website : https://prettier.io/ Prettier is the opinionated code formatter that automatically formats your code to make it consistent and readable.it supports so many languages.
-
1. ESLint Website: https://eslint.org/ Eslint is a static code analysis tool that checks your JavaScript/TypeScript code for errors and applies coding standards. Think of it as a spell-checker for your code.