Skip to content

Commit 78f4a95

Browse files
arinthrosbrettz9
authored andcommitted
docs: replaces deprecated option with new option
1 parent 00f1856 commit 78f4a95

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.README/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ object supplied as the second argument in an array after the error level
126126
// The options vary by rule, but are generally added to an options
127127
// object as follows:
128128
{
129-
avoidExampleOnConstructors: true,
129+
checkConstructors: true,
130130
exemptedBy: ['type']
131131
}
132132
]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ object supplied as the second argument in an array after the error level
198198
// The options vary by rule, but are generally added to an options
199199
// object as follows:
200200
{
201-
avoidExampleOnConstructors: true,
201+
checkConstructors: true,
202202
exemptedBy: ['type']
203203
}
204204
]

0 commit comments

Comments
 (0)