The document discusses the Airbnb JavaScript style guide and how following a consistent code style can improve code reviews, readability, and maintainability. It recommends extending the airbnb-base configuration in ESLint and customizing it if needed, and also discusses integrating Prettier and ESLint plugins for Visual Studio Code. It asks whether some of the airbnb-base rules like "comma-dangle" and "no-param-reassign" should be reconsidered and what other rules could be customized.
6. prettier+ + ===
All in!
Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=dbaeumer.vs
code-eslint
https://marketplace.visualstudio.com/items?itemName=RobinMalfait
.prettier-eslint-vscode
7. eslint-config-airbnb-base fit for us?
comma-dangle REALLY,?,
no-param-reassign Be pure my friend!
no-unused-expressions.allowShortCircuit
What else?
consistent-return You owe me one