Automate Code Formatting with Prettier, ESLint, Husky, and lint-staged
Introduction
Maintaining a formatted and tidy codebase is the ideal scenario for projects. However, ensuring that codebases adhere to these standards requires some work to make this a reality. In this article, I’ll describe the libraries and automati...
blog.alyssaholland.me8 min read
Tirtha Guha
Web technologies enthusiast
It might become an irritating process in adding prettier, vscode settings, eslint to every project.
That's why I created a command line utility.
@jstb/kickstartFeel free to check it out.