From a682562458948f74a227be60a80e10e7a3753124 Mon Sep 17 00:00:00 2001 From: Sosuke Suzuki Date: Fri, 30 Sep 2022 06:03:59 +0900 Subject: [PATCH] docs: add `BigInt` to `new-cap` docs (#16362) --- docs/src/rules/new-cap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/rules/new-cap.md b/docs/src/rules/new-cap.md index cf49280cb9b..5983ac5b154 100644 --- a/docs/src/rules/new-cap.md +++ b/docs/src/rules/new-cap.md @@ -25,6 +25,7 @@ This rule requires constructor names to begin with a capital letter. Certain bui * `RegExp` * `String` * `Symbol` +* `BigInt` Examples of **correct** code for this rule: