The Airbnb JavaScript Style Guide is a widely adopted, opinionated, open-source set of coding conventions and best practices for writing readable, maintainable JavaScript (and React/JSX) code, published under the MIT license and assuming usage of modern tooling such as Babel and ESLint. Whichever testing framework you use, you should be writing tests. Strive to write many small pure functions, and minimize where mutations occur. Be cautious about stubs and mocks - they can make your tests more brittle.
Features
- Comprehensive JavaScript and React/JSX styling rules
- ESLint-compatible shared configuration (eslint-config-airbnb)
- Prescriptive conventions for code structure, naming, spacing, and practices
- Tailored for projects using Babel and modern JS syntax
- Easy to adopt via shared npm package and community support
- MIT‑licensed for free use and customization
Categories
LibrariesLicense
MIT LicenseFollow Airbnb JavaScript Style Guide
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Airbnb JavaScript Style Guide!