Skip to content

Commit

Permalink
fix: Promise.withResolvers is supported since node 22.11 (#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophehurpeau authored Dec 20, 2024
1 parent 308c80c commit c5bcb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rules/no-unsupported-features/es-syntax.json
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@
"supported": ">=10.0.0"
},
"no-promise-withresolvers": {
"supported": null
"supported": ">=22.11.0"
},
"no-promise": {
"supported": ">=0.12.0"
Expand Down

0 comments on commit c5bcb3a

Please # to comment.