diff --git a/lib/rules/no-unsupported-features/es-syntax.json b/lib/rules/no-unsupported-features/es-syntax.json index f8f7375b..4f957828 100644 --- a/lib/rules/no-unsupported-features/es-syntax.json +++ b/lib/rules/no-unsupported-features/es-syntax.json @@ -437,7 +437,7 @@ "supported": ">=10.0.0" }, "no-promise-withresolvers": { - "supported": null + "supported": ">=22.11.0" }, "no-promise": { "supported": ">=0.12.0"