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

Commit

Permalink
Docs: correct docs requireCapitalizedConstructorsNew rule
Browse files Browse the repository at this point in the history
Fixes #2157
  • Loading branch information
markelog committed Mar 2, 2016
1 parent f0b859b commit d750790
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/rules/require-capitalized-constructors-new.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
* #### Example
*
* ```js
* "requireCapitalizedConstructors": true
* "requireCapitalizedConstructors": {
* "requireCapitalizedConstructorsNew": true
* "requireCapitalizedConstructorsNew": {
* "allExcept": ["SomethingNative"]
* }
* ```
Expand Down

0 comments on commit d750790

Please sign in to comment.