We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
strictRulesInstalled
1 parent 627ad2a commit 0edf18dCopy full SHA for 0edf18d
conf/config.neon
@@ -51,6 +51,7 @@ parameters:
51
checkTooWideReturnTypesInProtectedAndPublicMethods: false
52
checkUninitializedProperties: false
53
checkDynamicProperties: false
54
+ strictRulesInstalled: false
55
deprecationRulesInstalled: false
56
inferPrivatePropertyTypeFromConstructor: false
57
reportMaybes: false
conf/parametersSchema.neon
@@ -57,6 +57,7 @@ parametersSchema:
checkTooWideReturnTypesInProtectedAndPublicMethods: bool()
58
checkUninitializedProperties: bool()
59
checkDynamicProperties: bool()
60
+ strictRulesInstalled: bool()
61
deprecationRulesInstalled: bool()
62
inferPrivatePropertyTypeFromConstructor: bool()
63
0 commit comments