We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
deprecationRulesInstalled
1 parent ee86dda commit fd7cba2Copy full SHA for fd7cba2
conf/config.neon
@@ -86,6 +86,7 @@ parameters:
86
checkTooWideReturnTypesInProtectedAndPublicMethods: false
87
checkUninitializedProperties: false
88
checkDynamicProperties: false
89
+ deprecationRulesInstalled: false
90
inferPrivatePropertyTypeFromConstructor: false
91
reportMaybes: false
92
reportMaybesInMethodSignatures: false
@@ -303,6 +304,7 @@ parametersSchema:
303
304
checkTooWideReturnTypesInProtectedAndPublicMethods: bool()
305
checkUninitializedProperties: bool()
306
checkDynamicProperties: bool()
307
+ deprecationRulesInstalled: bool()
308
inferPrivatePropertyTypeFromConstructor: bool()
309
310
tipsOfTheDay: bool()
0 commit comments