1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98
|
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="DuplicatedCode" enabled="true" level="WEAK WARNING" enabled_by_default="true">
<Languages>
<language minSize="47" name="TypeScript" />
</Languages>
</inspection_tool>
<inspection_tool class="HtmlDeprecatedTag" enabled="false" level="WARNING" enabled_by_default="false" />
<inspection_tool class="JSEqualityComparisonWithCoercion.TS" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JSUnusedAssignment" enabled="true" level="WARNING" enabled_by_default="true">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JSUnusedGlobalSymbols" enabled="true" level="WARNING" enabled_by_default="true">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JSUnusedLocalSymbols" enabled="true" level="WARNING" enabled_by_default="true">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="Json5StandardCompliance" enabled="true" level="ERROR" enabled_by_default="false">
<scope name="Source" level="ERROR" enabled="true" />
</inspection_tool>
<inspection_tool class="JsonDuplicatePropertyKeys" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JsonSchemaCompliance" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JsonSchemaDeprecation" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JsonSchemaRefReference" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="JsonStandardCompliance" enabled="true" level="ERROR" enabled_by_default="false">
<scope name="Source" level="ERROR" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptAbstractClassConstructorCanBeMadeProtected" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptAccessibilityCheck" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptCheckImport" enabled="true" level="ERROR" enabled_by_default="false">
<scope name="Source" level="ERROR" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptConfig" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptDuplicateUnionOrIntersectionType" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptExplicitMemberType" enabled="true" level="INFORMATION" enabled_by_default="false">
<scope name="Source" level="INFORMATION" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptFieldCanBeMadeReadonly" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptLibrary" enabled="true" level="ERROR" enabled_by_default="false">
<scope name="Source" level="ERROR" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptMissingAugmentationImport" enabled="true" level="INFORMATION" enabled_by_default="false">
<scope name="Source" level="INFORMATION" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptMissingConfigOption" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptRedundantGenericType" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptSmartCast" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptSuspiciousConstructorParameterAssignment" enabled="true" level="WARNING" enabled_by_default="false">
<scope name="Source" level="WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptUMDGlobal" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptUnresolvedFunction" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptUnresolvedVariable" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptValidateGenericTypes" enabled="true" level="ERROR" enabled_by_default="false">
<scope name="Source" level="ERROR" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptValidateJSTypes" enabled="true" level="WEAK WARNING" enabled_by_default="false">
<scope name="Source" level="WEAK WARNING" enabled="true" />
</inspection_tool>
<inspection_tool class="TypeScriptValidateTypes" enabled="true" level="ERROR" enabled_by_default="false">
<scope name="Source" level="ERROR" enabled="true" />
</inspection_tool>
</profile>
</component>
|