mysticatea / eslint-plugin-node

Additional ESLint's rules for Node.js
MIT License
958 stars 167 forks source link

no-unsupported-features/node-builtins warns about process.report on Node 14.x #271

Open rdwoodring opened 3 years ago

rdwoodring commented 3 years ago

According to Node's documentation process.report is no longer experimental as of Node v13.12.0, v12.17.0, but I still get a warning even though my package.json has engines: "14.16.1"

image