These two tools combined can boost the quality of the code in your team.
ESLint can save your team from critical mistakes, and Prettier will provide a standard formatting to your code without efforts.
* Use ESLint as a learning tool for ES2015 syntax
* How to configure ESLint to avoid conflicts with Prettier and TypeScript
* Awesome rules: Airbnb eslint rules are a great starting point, but there are many other rules out there you can use to extend your setup.
© 2021 Decoupled Days. All rights reserved.