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: standard/standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.0
Choose a base ref
...
head repository: standard/standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.0.0
Choose a head ref
  • 20 commits
  • 5 files changed
  • 2 contributors

Commits on May 18, 2015

  1. Update README.md

    feross committed May 18, 2015
    Configuration menu
    Copy the full SHA
    d1f2e70 View commit details
    Browse the repository at this point in the history
  2. Lock down version of eslint-config-standard with ~

    I'd rather bump the version we depend on whenever there's a new minor
    version, so locking to a minor version of standard (with ~) actually
    means something.
    feross committed May 18, 2015
    Configuration menu
    Copy the full SHA
    8ef8fd4 View commit details
    Browse the repository at this point in the history
  3. 3.10.0

    feross committed May 18, 2015
    Configuration menu
    Copy the full SHA
    de84e82 View commit details
    Browse the repository at this point in the history
  4. 3.11.0

    feross committed May 18, 2015
    Configuration menu
    Copy the full SHA
    63c0799 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2015

  1. link to eslint-config-standard

    feross committed May 24, 2015
    Configuration menu
    Copy the full SHA
    f456596 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2015

  1. Revert "simplify ignore patterns"

    This reverts commit 04fe0ef.
    feross committed May 25, 2015
    Configuration menu
    Copy the full SHA
    8e42724 View commit details
    Browse the repository at this point in the history
  2. 3.11.1

    feross committed May 25, 2015
    Configuration menu
    Copy the full SHA
    030080e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a051b8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #145 from lvillani/patch-1

    Add Emacs to the list of supported editors
    feross committed May 25, 2015
    Configuration menu
    Copy the full SHA
    416d2a6 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2015

  1. Add support for custom js parsers

    To use a custom parser, install it from npm (example: `npm install
    babel-eslint`) and add this to your package.json:
    
    {
      "standard": {
        "parser": "babel-eslint"
      }
    }
    feross committed May 29, 2015
    4 Configuration menu
    Copy the full SHA
    bad6eee View commit details
    Browse the repository at this point in the history
  2. test: disable dat-core

    feross committed May 29, 2015
    Configuration menu
    Copy the full SHA
    d94c1cd View commit details
    Browse the repository at this point in the history
  3. 3.12.0

    feross committed May 29, 2015
    Configuration menu
    Copy the full SHA
    72d2472 View commit details
    Browse the repository at this point in the history
  4. 3.13.0

    feross committed May 29, 2015
    Configuration menu
    Copy the full SHA
    719dd8b View commit details
    Browse the repository at this point in the history
  5. remove stray log

    feross committed May 29, 2015
    Configuration menu
    Copy the full SHA
    746d35f View commit details
    Browse the repository at this point in the history
  6. 3.13.1

    feross committed May 29, 2015
    Configuration menu
    Copy the full SHA
    f42664d View commit details
    Browse the repository at this point in the history

Commits on May 30, 2015

  1. [email protected]

    feross committed May 30, 2015
    Configuration menu
    Copy the full SHA
    fa10e41 View commit details
    Browse the repository at this point in the history
  2. 3.13.2

    feross committed May 30, 2015
    Configuration menu
    Copy the full SHA
    3726b72 View commit details
    Browse the repository at this point in the history
  3. BREAKING: Add proper .gitignore support

    Fixes #125
    feross committed May 30, 2015
    Configuration menu
    Copy the full SHA
    6476721 View commit details
    Browse the repository at this point in the history
  4. BREAKING: New rule: operators go before line break

    Like this:
    
    var x = condition1 && condition2 &&
      condition3 && condition4
    
    standard/eslint-config-standard@1259b4cd928b7438
    a517945cc553b5e44af46af5
    feross committed May 30, 2015
    Configuration menu
    Copy the full SHA
    63466e3 View commit details
    Browse the repository at this point in the history
  5. 4.0.0

    feross committed May 30, 2015
    Configuration menu
    Copy the full SHA
    f71fe43 View commit details
    Browse the repository at this point in the history
Loading