Skip to content

Lack of eslint-2 plugin and standards support #100

@tierra

Description

@tierra

In the latest update to provide the eslint-2 channel, I noticed that a few packages originally supported with ESLint 1.x are no longer provided in the ESLint 2.x channel:

In 1.x:

    "eslint-config-airbnb": "^5.0.0",
    "eslint-config-standard": "4.4.0",
    "eslint-plugin-babel": "2.1.1",
    "eslint-plugin-promise": "1.3.1",
    "eslint-plugin-react": "3.16.1",
    "eslint-plugin-standard": "1.3.1",

In 2.x:

    "eslint-config-airbnb": "^5.0.0",
    "eslint-plugin-babel": "2.1.1",
    "eslint-plugin-react": "3.16.1",

Three missing packages bother me in particular:

  • eslint-config-standard (removed)
  • eslint-config-standard-react (never provided, but react plugin is?)
  • eslint-plugin-promise (removed)

Is there any possibility of addressing all three? I'm really starting to consider writing a custom CodeClimate engine because I've had absolutely no stats in CodeClimate for my project for over a couple months now, and the new eslint-2 channel still hasn't solved it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions