Skip to content

Commit a682562

Browse files
author
Sosuke Suzuki
authored
docs: add BigInt to new-cap docs (#16362)
1 parent 1cc4b3a commit a682562

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/src/rules/new-cap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This rule requires constructor names to begin with a capital letter. Certain bui
2525
* `RegExp`
2626
* `String`
2727
* `Symbol`
28+
* `BigInt`
2829

2930
Examples of **correct** code for this rule:
3031

0 commit comments

Comments
 (0)