Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to eslint v2 #730

Merged
merged 32 commits into from
Feb 21, 2016
Merged

Upgrade to eslint v2 #730

merged 32 commits into from
Feb 21, 2016

Commits on Feb 12, 2016

  1. Configuration menu
    Copy the full SHA
    1bb72ab View commit details
    Browse the repository at this point in the history
  2. [eslint-v2] no-empty-label => no-labels

    hshoff authored and ljharb committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    d49a1ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1efb11c View commit details
    Browse the repository at this point in the history
  4. [eslint-v2] fix no-labels rule

    hshoff authored and ljharb committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    da4213c View commit details
    Browse the repository at this point in the history
  5. [eslint-v2] set es6 env to true

    hshoff authored and ljharb committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    dff5099 View commit details
    Browse the repository at this point in the history
  6. [eslint-v2] ecmaFeatures => parserOptions

    hshoff authored and ljharb committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    4f32315 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3aa8c58 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75807b9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. [eslint-v2] fix no-labels rule

    hshoff authored and ljharb committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    5109c84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1cbc628 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Configuration menu
    Copy the full SHA
    91b8365 View commit details
    Browse the repository at this point in the history
  2. [eslint-v2] add new rules, disabled:

     - `id-blacklist`
     - `no-extra-label`
     - `no-implicit-globals`
     - `no-restricted-imports`
     - `no-unmodified-loop-condition`
     - `no-unused-labels`
     - `sort-imports`
     - `yield-star-spacing`
    hshoff authored and ljharb committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    c05b2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    172dffb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a126d0b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fbd9c35 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a03a32 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba10353 View commit details
    Browse the repository at this point in the history
  8. [eslint-v2] add no-new-symbol rule

    hshoff authored and ljharb committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    3762c9a View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2016

  1. [eslint-v2][variables] add no-self-assign

    hshoff authored and ljharb committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    92df635 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e6cbcf4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5b4f05 View commit details
    Browse the repository at this point in the history
  4. [eslint-v2] add prefer-rest-params

    hshoff authored and ljharb committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    e1a087f View commit details
    Browse the repository at this point in the history
  5. [eslint-v2] fix empty constructor example

    hshoff authored and ljharb committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    1f12a12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6560937 View commit details
    Browse the repository at this point in the history
  7. [eslint-v2] fix rule links in readme

    hshoff authored and ljharb committed Feb 15, 2016
    Configuration menu
    Copy the full SHA
    e0959d0 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Configuration menu
    Copy the full SHA
    ff0adbe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    133fc51 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0794853 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    822c0df View commit details
    Browse the repository at this point in the history
  5. [changelog] update changelog for 6.0.0

    hshoff authored and ljharb committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    0f32b96 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2016

  1. Configuration menu
    Copy the full SHA
    b79e951 View commit details
    Browse the repository at this point in the history
  2. [eslint-v2][arrays] fix example

    hshoff authored and ljharb committed Feb 21, 2016
    Configuration menu
    Copy the full SHA
    3983d38 View commit details
    Browse the repository at this point in the history