A few people in Slack have been coming across this Failed to load parser '@babel/eslint-parser' declared in '.eslintrc » eslint-config-wesbos': error as well and when I ask them to install the @babel/core package it start to work.
I checked the @babel/eslint-parser docs and they mention that @babel/core is a necessary dependent. I added it to both peerDependencies and devDependencies.
Could you merge this and publish a new version of eslint-config-wesbos? 🙂
Hey @wesbos 👋
This closes issue #98.
A few people in Slack have been coming across this
Failed to load parser '@babel/eslint-parser' declared in '.eslintrc » eslint-config-wesbos':
error as well and when I ask them to install the@babel/core
package it start to work.I checked the
@babel/eslint-parser
docs and they mention that@babel/core
is a necessary dependent. I added it to bothpeerDependencies
anddevDependencies
.Could you merge this and publish a new version of
eslint-config-wesbos
? 🙂