Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ibalosh/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: airbnb/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 11 files changed
  • 9 contributors

Commits on Feb 17, 2021

  1. Configuration menu
    Copy the full SHA
    7a6ef3e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2022

  1. Configuration menu
    Copy the full SHA
    1aac72b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2022

  1. [eslint config] [base] [fix] allow block comments with multiple *

    Allow comments like:
    
    ```js
    /**
     * Bla bla bla
     **/
    ```
    bertho-zero authored and ljharb committed Jul 27, 2022
    Configuration menu
    Copy the full SHA
    ce3f8e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2022

  1. [actions] setting minimum token permissions for github actions

    Signed-off-by: Ashish Kurmi <akurmi@stepsecurity.io>
    ashishkurmi authored and ljharb committed Oct 31, 2022
    Configuration menu
    Copy the full SHA
    b2260ca View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2025

  1. Added cross platform compatibility

    adityashibu authored and ljharb committed Apr 3, 2025
    Configuration menu
    Copy the full SHA
    4d00a73 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2025

  1. Configuration menu
    Copy the full SHA
    0f38f1c View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2026

  1. Configuration menu
    Copy the full SHA
    05b7f68 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2026

  1. [readme] use single quotes in nested ternary bad example (section 15.6)

    The bad example in section 15.6 (nested ternaries) used double-quoted
    string literals ('"bar"', '"baz"'), which contradicts section 6.1 of
    this same style guide that requires single quotes.
    
    Also related to issue airbnb#3152 which flagged inconsistent style conventions
    in code examples across sections.
    
    Fixes the bad example to use single-quoted strings consistently with
    the rest of the guide and with the good examples immediately below.
    eduardbar authored and ljharb committed Feb 21, 2026
    Configuration menu
    Copy the full SHA
    8ed1924 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    1f917c9 View commit details
    Browse the repository at this point in the history
Loading