eslint-plugin-graphql
eslint-plugin-graphql copied to clipboard
Maintenance: { parser: "babylon" } is deprecated.
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.