Skip to content

Commit

Permalink
docs(noConstructorReturn): fix rule description (#4015)
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos authored Dec 8, 2022
1 parent bfa1970 commit e5612c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configuration_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,7 @@
]
},
"noConstructorReturn": {
"description": "Disallow returning a value from a constructor",
"description": "Disallow returning a value from a constructor.",
"anyOf": [
{
"$ref": "#/definitions/RuleConfiguration"
Expand Down

0 comments on commit e5612c8

Please sign in to comment.