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

False positive for `no-missing-require` with `fs/promises` in Node.js v12

Open jordanbtucker opened this issue 3 years ago • 0 comments

When package.json specifies {engines: {node: "^12"}}, the no-missing-require rule returns a false positive for fs/promises even though fs/promises isn't available until Node.js v14.

jordanbtucker avatar Feb 16 '22 07:02 jordanbtucker