Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/eslint-plugin / ToolGraderScore
Interface: ToolGraderScore
Defined in: tool-discovery.ts:109
Stable
Properties
| Property | Modifier | Type | Defined in |
|---|---|---|---|
axes | readonly | { description: number; examples: number; parameterNaming: number; } | tool-discovery.ts:114 |
axes.description | readonly | number | tool-discovery.ts:115 |
axes.examples | readonly | number | tool-discovery.ts:116 |
axes.parameterNaming | readonly | number | tool-discovery.ts:117 |
file | readonly | string | tool-discovery.ts:111 |
findings | readonly | readonly LintFinding[] | tool-discovery.ts:119 |
line | readonly | number | tool-discovery.ts:112 |
score | readonly | number | tool-discovery.ts:113 |
toolName | readonly | string | tool-discovery.ts:110 |