Skip to content

Commit c5bcb3a

Browse files
authoredDec 20, 2024··
fix: Promise.withResolvers is supported since node 22.11 (#398)
1 parent 308c80c commit c5bcb3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/rules/no-unsupported-features/es-syntax.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@
437437
"supported": ">=10.0.0"
438438
},
439439
"no-promise-withresolvers": {
440-
"supported": null
440+
"supported": ">=22.11.0"
441441
},
442442
"no-promise": {
443443
"supported": ">=0.12.0"

0 commit comments

Comments
 (0)
Please sign in to comment.