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: mrinaliniarcot/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.
  • 13 commits
  • 3 files changed
  • 1 contributor

Commits on Jun 17, 2015

  1. Update eslintrc for our style

    Alex Robertson committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    95f173f View commit details
    Browse the repository at this point in the history
  2. Update jshintrc

    Alex Robertson committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    13ed6f5 View commit details
    Browse the repository at this point in the history
  3. Update readme to indicate proper tabbing

    Alex Robertson committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    7aa1be8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1 from UptakeTech/feat/up-style

    Feat/up style
    Alex Robertson committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    93781b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2015

  1. Update eslintrc

    Allow use of named functions before being defined
    Alex Robertson committed Jun 18, 2015
    Configuration menu
    Copy the full SHA
    e17cef2 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2015

  1. Update eslintrc to match our allowance for anon-fn

    Alex Robertson committed Jun 19, 2015
    Configuration menu
    Copy the full SHA
    a469bda View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2015

  1. Add documentation of shortcircuting

    Short cicuitiing should be used instead of `if else` when the `if`
    block returns.
    Alex Robertson committed Jul 2, 2015
    Configuration menu
    Copy the full SHA
    8c46410 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2015

  1. Add anchors to bullet points for easier navigation

    Alex Robertson committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    ce125e5 View commit details
    Browse the repository at this point in the history
  2. Allow reserved words as property keys

    We aren't supporting IE8, so no need for these rules
    Alex Robertson committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    83e0049 View commit details
    Browse the repository at this point in the history
  3. Drop info on name functions in IE8

    We're not supporting IE8
    Alex Robertson committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    69d86c3 View commit details
    Browse the repository at this point in the history
  4. Removing AirBnb specific stuff

    Alex Robertson committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    ac12858 View commit details
    Browse the repository at this point in the history
  5. Update linters

    Alex Robertson committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    c56f69c View commit details
    Browse the repository at this point in the history
  6. Update eslintrc

    Alex Robertson committed Jul 6, 2015
    Configuration menu
    Copy the full SHA
    00d1457 View commit details
    Browse the repository at this point in the history
Loading