We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
BigInt
new-cap
1 parent 1cc4b3a commit a682562Copy full SHA for a682562
1 file changed
docs/src/rules/new-cap.md
@@ -25,6 +25,7 @@ This rule requires constructor names to begin with a capital letter. Certain bui
25
* `RegExp`
26
* `String`
27
* `Symbol`
28
+* `BigInt`
29
30
Examples of **correct** code for this rule:
31
0 commit comments