Javascript: Allow peerDependency eslint-plugin-jsx-a11y@^2.0.0

Created on 14 Jul 2016  路  8Comments  路  Source: airbnb/javascript

Most helpful comment

Hearing from lots of folks that this is an issue. If anyone is reading this and keeps getting peer dep warnings you'll have to use eslint 2 for now..

npm install -g eslint@\^2.10.2 eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y@\^1.2.2

Hopefully we can get this released soon

All 8 comments

Indeed it can! However, I don't want to cut a release of the main config until I can include eslint 3, so I'm still blocked on https://github.com/airbnb/javascript/issues/936#issuecomment-230108045.

Alright, fair enough! Thanks @ljharb!

(If it ends up taking forever, I'll cut a release in the meantime tho)

Hearing from lots of folks that this is an issue. If anyone is reading this and keeps getting peer dep warnings you'll have to use eslint 2 for now..

npm install -g eslint@\^2.10.2 eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plugin-jsx-a11y@\^1.2.2

Hopefully we can get this released soon

No matter what, you'll have to use eslint v2 with eslint-config-airbnb, until #936 is resolved.

This can be closed now that 10.0 is out, right?

Yep! Thanks.

Yay, thanks for the great work!

Was this page helpful?
0 / 5 - 0 ratings