We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04ea6d commit 53c3c84Copy full SHA for 53c3c84
eslint.config.mjs
@@ -803,6 +803,8 @@ export default tsConfig(
803
],
804
'n/no-top-level-await': 'off',
805
// TODO: remove when fetch/cpSync stabilizes across all node versions
806
+ // fetch is not supported until Node.js 21.0.0
807
+ // fs.cpSync is not supported until Node.js 22.3.0
808
'n/no-unsupported-features/node-builtins': [
809
'error',
810
{
0 commit comments