chore(eslint): update Node.js built-ins rule version to >=22.16.0

This commit is contained in:
Tony 2025-09-15 21:17:23 +08:00
parent 690cd711c9
commit a59a561a72
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ unicorn.configs.recommended,
}],
"n/no-unsupported-features/node-builtins": ["error", {
"version": ">=22.0.0",
"version": ">=22.16.0",
"ignores": []
}],