Skip to content
This repository was archived by the owner on Mar 23, 2024. It is now read-only.

Commit d750790

Browse files
committed
Docs: correct docs requireCapitalizedConstructorsNew rule
Fixes #2157
1 parent f0b859b commit d750790

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/rules/require-capitalized-constructors-new.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
* #### Example
1111
*
1212
* ```js
13-
* "requireCapitalizedConstructors": true
14-
* "requireCapitalizedConstructors": {
13+
* "requireCapitalizedConstructorsNew": true
14+
* "requireCapitalizedConstructorsNew": {
1515
* "allExcept": ["SomethingNative"]
1616
* }
1717
* ```

0 commit comments

Comments
 (0)