chore(eslint): update Node.js built-ins rule version to >=22.16.0
This commit is contained in:
parent
690cd711c9
commit
a59a561a72
|
|
@ -239,7 +239,7 @@ unicorn.configs.recommended,
|
|||
}],
|
||||
|
||||
"n/no-unsupported-features/node-builtins": ["error", {
|
||||
"version": ">=22.0.0",
|
||||
"version": ">=22.16.0",
|
||||
"ignores": []
|
||||
}],
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue