Yahoo Canada Web Search

Search results

  1. Airbnb JavaScript Style Guide () { A mostly reasonable approach to JavaScript. Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in your app, with airbnb-browser-shims or the equivalent. This guide is available in other languages too.

    • Issues 92

      Issues 92 - airbnb/javascript: JavaScript Style Guide -...

    • Pull requests 68

      Pull requests 68 - airbnb/javascript: JavaScript Style Guide...

    • Actions

      Actions - airbnb/javascript: JavaScript Style Guide - GitHub

    • Wiki

      Wiki - airbnb/javascript: JavaScript Style Guide - GitHub

    • Security

      Write better code with AI Code review. Manage code changes...

    • Insights

      Insights - airbnb/javascript: JavaScript Style Guide -...

    • 136K Stars

      136K Stars - airbnb/javascript: JavaScript Style Guide -...

    • 26K Forks

      26K Forks - airbnb/javascript: JavaScript Style Guide -...

  2. Airbnb JavaScript Style Guide () { A mostly reasonable approach to JavaScript. Note: this guide assumes you are using Babel, and requires that you use babel-preset-airbnb or the equivalent. It also assumes you are installing shims/polyfills in your app, with airbnb-browser-shims or the equivalent. This guide is available in other languages too.

  3. May 15, 2017 · Overview: We recently rethought the architecture for the JavaScript side of our codebase at Airbnb. This post will look at (1) the product drivers that precipitated the changes, (2) the steps...

    • Adam Neary
  4. Aug 11, 2016 · You definitely shouldn’t be nesting code deeper than 3 or 4 layers inside a JavaScript file (it’s a code smell). So having 4 spaces offers you better readability, while preserving other rules like keeping your code within a 80 or 120 character-per-line limit.

  5. Aug 11, 2016 · So let’s explore the most popular way to do this. Enter AirBnB + ESLint. The JavaScript ecosystem offers a wide variety of tools and style guides. This should surprise no one. with JavaScript...

  6. However, JavaScript isnt meant to be used on its own; instead, it’s used in conjunction with other languages. For example, the average website needs HTML for its basic structure and CSS for layout and formatting. JavaScript is then added to make the existing web page elements more dynamic.

  7. People also ask

  8. Amendments. We encourage you to fork this guide and change the rules to fit your team's style guide. Below, you may list some amendments to the style guide. This allows you to periodically update your style guide without having to deal with merge conflicts.