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.
1 parent 3769b21 commit fd76f95Copy full SHA for fd76f95
packages/plugin-typescript/README.md
@@ -11,8 +11,8 @@ It analyzes your codebase using the TypeScript compiler to detect potential issu
11
12
TypeScript compiler diagnostics are mapped to Code PushUp audits in the following way:
13
14
-- `value`: The number of issues found for a specific TypeScript configuration option -> 3
15
-- `displayValue`: The number of issues found -> 3 issues
+- `value`: The number of issues found for a specific TypeScript configuration option (e.g. 3)
+- `displayValue`: The number of issues found (e.g. "3 issues')
16
- `score`: Binary scoring - 1 if no issues are found, 0 if any issues exist
17
- Issues are mapped to audit details, containing:
18
- Source file location
0 commit comments