Skip to content

Commit 0edf18d

Browse files
staabmondrejmirtes
authored andcommitted
Added strictRulesInstalled parameter
1 parent 627ad2a commit 0edf18d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: conf/config.neon

+1
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ parameters:
5151
checkTooWideReturnTypesInProtectedAndPublicMethods: false
5252
checkUninitializedProperties: false
5353
checkDynamicProperties: false
54+
strictRulesInstalled: false
5455
deprecationRulesInstalled: false
5556
inferPrivatePropertyTypeFromConstructor: false
5657
reportMaybes: false

Diff for: conf/parametersSchema.neon

+1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ parametersSchema:
5757
checkTooWideReturnTypesInProtectedAndPublicMethods: bool()
5858
checkUninitializedProperties: bool()
5959
checkDynamicProperties: bool()
60+
strictRulesInstalled: bool()
6061
deprecationRulesInstalled: bool()
6162
inferPrivatePropertyTypeFromConstructor: bool()
6263

0 commit comments

Comments
 (0)