Today we go over how Airbnb revolutionized JavaScript code quality with their ESLint configuration. In this video, we talk its widespread adoption, and impact on coding standards. We'll break down key examples of code consistency, best practices for asynchronous code, and improving readability with complex data transformations. Maybe it will shed some light to why Airbnb's ESLint configuration is considered a gold standard by many developers.
Check out the repo here:
https://github.com/airbnb/javascript
0:00 background
0:34 object destructuring
0:54 aysnc code with promises
1:04 don't use arrays I guess