Skip to content

Commit

Permalink
docs: replaces deprecated option with new option
Browse files Browse the repository at this point in the history
  • Loading branch information
arinthros authored and brettz9 committed Apr 8, 2022
1 parent 00f1856 commit 78f4a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .README/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ object supplied as the second argument in an array after the error level
// The options vary by rule, but are generally added to an options
// object as follows:
{
avoidExampleOnConstructors: true,
checkConstructors: true,
exemptedBy: ['type']
}
]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ object supplied as the second argument in an array after the error level
// The options vary by rule, but are generally added to an options
// object as follows:
{
avoidExampleOnConstructors: true,
checkConstructors: true,
exemptedBy: ['type']
}
]
Expand Down

0 comments on commit 78f4a95

Please sign in to comment.