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: airbnb/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: evolution-gaming/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.
  • 8 commits
  • 1 file changed
  • 2 contributors

Commits on Nov 11, 2015

  1. Update title§

    Janis Zarzeckis committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    06a51e3 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'in-the-wild'

    * in-the-wild:
      Organisation renamed
    Janis Zarzeckis committed Nov 11, 2015
    Configuration menu
    Copy the full SHA
    8ecb15e View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2016

  1. Merge pull request #1 from airbnb/master

    Update from Airbnb
    Jānis Zaržeckis committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    34d152a View commit details
    Browse the repository at this point in the history
  2. We agreed to use double quotes and 4 spaces for indent

    Janis Zarzeckis committed Jan 6, 2016
    Configuration menu
    Copy the full SHA
    b40b6c0 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2016

  1. Merge branch 'master' of https://github.com/airbnb/javascript into ai…

    …rbnb-master
    
    * 'master' of https://github.com/airbnb/javascript: (44 commits)
      Fixed capitalization and comment spacing
      Edit sample code in 24.1 to follow rule 8.1
      Added names to invalid function declarations
      Fixed capitalization
      [guide] [react] add a note preferring normal functions for functional stateless components.
      Remove language interpretable as an ableist slur
      [rule links] add labels back
      [react][rule links] add eslint labels back
      [react][rule links] condense lines
      [rule links] reduce visual clutter
      Fixed capitalization
      v4.0.0
      add WeBox Studio to the organizations list
      Fixed minor capitalization change in Hoisting
      add avant to users
      Fix PR comments
      Remove space from jsx literal and add space to function definition
      Favour stateless functions over classes when there's no state
      [guide] fix a few IIFE examples
      arrow-parens
      ...
    Janis Zarzeckis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    c6396ee View commit details
    Browse the repository at this point in the history
  2. Merge branch 'airbnb-master'

    * airbnb-master: (44 commits)
      Fixed capitalization and comment spacing
      Edit sample code in 24.1 to follow rule 8.1
      Added names to invalid function declarations
      Fixed capitalization
      [guide] [react] add a note preferring normal functions for functional stateless components.
      Remove language interpretable as an ableist slur
      [rule links] add labels back
      [react][rule links] add eslint labels back
      [react][rule links] condense lines
      [rule links] reduce visual clutter
      Fixed capitalization
      v4.0.0
      add WeBox Studio to the organizations list
      Fixed minor capitalization change in Hoisting
      add avant to users
      Fix PR comments
      Remove space from jsx literal and add space to function definition
      Favour stateless functions over classes when there's no state
      [guide] fix a few IIFE examples
      arrow-parens
      ...
    Janis Zarzeckis committed Jan 28, 2016
    Configuration menu
    Copy the full SHA
    cc0db96 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2016

  1. Merge branch 'master' of https://github.com/airbnb/javascript into ai…

    …rbnb-master
    
    * 'master' of https://github.com/airbnb/javascript: (212 commits)
      [eslint config] [*] fix quoting of rule properties.
      [eslint config] [base] [breaking] Enforce proper generator star spacing.
      [eslint config] [base] `quotes`: Use object option form rather than deprecated string form.
      Enable imports/imports-first rule
      [eslint config] [base] [breaking] migrate import's settings/rules to a separate file.
      [eslint config] [base] [breaking] re-order rules
      [eslint config] [base] [patch] `object-shorthand`: do not warn when the concise form would have a string literal as a name.
      [eslint config] [base] [patch] Loosen `prefer-const` to not warn when the variable is “read” before being assigned to.
      [eslint config] [*] [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
      [eslint config] [base] update `eslint`
      Prepare to enable react-a11y rules
      [eslint config] [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
      [eslint config] [*] [deps] update `eslint-plugin-import`
      Prepare to enable import/prefer-default-export
      Add whitespace between rules
      [eslint config] [react] [patch] loosen `jsx-pascal-case` rule to allow all caps component names
      [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react`
      Add semicolon in arrow functions section
      [eslint config] v9.0.1
      [eslint config] [base] v3.0.1
      ...
    Janis Zarzeckis committed May 20, 2016
    Configuration menu
    Copy the full SHA
    6efae95 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'airbnb-master'

    * airbnb-master: (212 commits)
      [eslint config] [*] fix quoting of rule properties.
      [eslint config] [base] [breaking] Enforce proper generator star spacing.
      [eslint config] [base] `quotes`: Use object option form rather than deprecated string form.
      Enable imports/imports-first rule
      [eslint config] [base] [breaking] migrate import's settings/rules to a separate file.
      [eslint config] [base] [breaking] re-order rules
      [eslint config] [base] [patch] `object-shorthand`: do not warn when the concise form would have a string literal as a name.
      [eslint config] [base] [patch] Loosen `prefer-const` to not warn when the variable is “read” before being assigned to.
      [eslint config] [*] [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
      [eslint config] [base] update `eslint`
      Prepare to enable react-a11y rules
      [eslint config] [tests] Even though the base config may not be up to date in the main package, let’s `npm link` the base package into the main one for the sake of travis-ci tests.
      [eslint config] [*] [deps] update `eslint-plugin-import`
      Prepare to enable import/prefer-default-export
      Add whitespace between rules
      [eslint config] [react] [patch] loosen `jsx-pascal-case` rule to allow all caps component names
      [eslint config] [deps] update `eslint-config-airbnb-base`, `eslint-plugin-react`
      Add semicolon in arrow functions section
      [eslint config] v9.0.1
      [eslint config] [base] v3.0.1
      ...
    Janis Zarzeckis committed May 20, 2016
    Configuration menu
    Copy the full SHA
    3898d61 View commit details
    Browse the repository at this point in the history
Loading