wesbos / eslint-config-wesbos

No-Sweatâ„¢ Eslint and Prettier Setup - with or without VS Code
2.74k stars 419 forks source link

add missing @babel/core npm package #99

Closed Asjas closed 3 years ago

Asjas commented 3 years ago

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 both peerDependencies and devDependencies.

Could you merge this and publish a new version of eslint-config-wesbos? 🙂