-
Notifications
You must be signed in to change notification settings - Fork 93
Closed
Description
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
Labels
No labels