You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because the name is different, eslintrc configuration settings will need to change from
"parser": "babel-eslint",
to
"parser": "@babel/eslint-parser",
Making this change to this plugin's recommended config seems to me like a breaking change.
babel-eslint still seems to work fine, even with recent babels, but it's been a year since it's had updates and I assume something will break eventually.
The text was updated successfully, but these errors were encountered:
Babel's eslint parser has been moved into their main monorepo, and republished under a different name:
Because the name is different, eslintrc configuration settings will need to change from
to
Making this change to this plugin's recommended config seems to me like a breaking change.
babel-eslint
still seems to work fine, even with recent babels, but it's been a year since it's had updates and I assume something will break eventually.The text was updated successfully, but these errors were encountered: