Yahoo Canada Web Search

Search results

  1. 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

      Plan and track work Discussions. Collaborate outside of code...

    • 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. 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...

  4. • https://github.com/airbnb/javascript • http://airbnb.io/javascript/ • But it is not definitive. • Tools allow us to extend and override coding standards for our own projects. • Drupal Core officially adopted the AirBnB style guide, with modifications, for all ES6 code. • But it is not binding for contributed modules (yet).

  5. Nov 5, 2012 · 1. By Harrison Shoff. Check it out on Github: https://github.com/airbnb/javascript. Everyone writes JavaScript a little differently. We finally decided it was time that we got together...

  6. Aug 11, 2016 · You’re of course welcome to spend a few days exploring the JavaScript ecosystem and comparing different tools, but I’ll try and save you some time: ESLint is the most popular JavaScript linting tool, and AirBnBs style guide is the most widely-used style guide.

  7. People also ask

  8. Aug 11, 2016 · This, in combination with AirBnBs function declaration against function expression rule, can give you the freedom to structure your modules or function libraries as you like, while ensuring...