Skip to content

Commit fd76f95

Browse files
Update packages/plugin-typescript/README.md
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent 3769b21 commit fd76f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/plugin-typescript/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ It analyzes your codebase using the TypeScript compiler to detect potential issu
1111

1212
TypeScript compiler diagnostics are mapped to Code PushUp audits in the following way:
1313

14-
- `value`: The number of issues found for a specific TypeScript configuration option -> 3
15-
- `displayValue`: The number of issues found -> 3 issues
14+
- `value`: The number of issues found for a specific TypeScript configuration option (e.g. 3)
15+
- `displayValue`: The number of issues found (e.g. "3 issues')
1616
- `score`: Binary scoring - 1 if no issues are found, 0 if any issues exist
1717
- Issues are mapped to audit details, containing:
1818
- Source file location

0 commit comments

Comments
 (0)