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
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.
The text was updated successfully, but these errors were encountered:
When
package.json
specifies{engines: {node: "^12"}}
, theno-missing-require
rule returns a false positive forfs/promises
even thoughfs/promises
isn't available until Node.js v14.The text was updated successfully, but these errors were encountered: