eslint-plugin-graphql icon indicating copy to clipboard operation
eslint-plugin-graphql copied to clipboard

Maintenance: { parser: "babylon" } is deprecated.

Open fbartho opened this issue 6 years ago • 0 comments
trafficstars

I enabled this plugin today, and when I run eslint, I get the following warning on the console:

{ parser: "babylon" } is deprecated; we now treat it as { parser: "babel" }.

This warning does not occur if this plugin is not in use.

fbartho avatar Apr 09 '19 20:04 fbartho