using eslint with atom I get an error "ERROR while running ESLint: Failed to load plugin jsx-a11y: Cannot find module 'eslint-plugin-jsx-a11y'".
I don't want to use a11y because accessibility is not an issue in my app. When I npm install it though, an unspecific error comes:
I tried to delete the node_modules folder and npm install all packages again.
Thanks for your help :)