June 2025
Intermediate to advanced
837 pages
24h 50m
English
In this chapter, you’ve learned about some tools for static code analysis that will help you increase the quality of your source code and also maintain this level. You should integrate tools such as ESLint into your daily development routine. The earlier you get feedback on the quality of your source code, the easier and cheaper it is to fix problems.
To keep your source code consistent, your development team should agree on a uniform code style that you can enforce with the support of ESLint and Prettier. Style guides such as the Airbnb JavaScript Style Guide not only define a set of proven rules but also explain them and provide numerous examples of standards-compliant code.
Read now
Unlock full access