Commit 5c473d5
committed
fix: Add missing keywords threshold in linter test
TypeScript build was failing due to incomplete thresholds object.
The LintConfig type requires both size and keywords thresholds,
but the test was only providing size.
Fixed by adding the missing keywords.minAccuracy property.1 parent 6dc6c3a commit 5c473d5
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
199 | 202 | | |
200 | 203 | | |
201 | 204 | | |
| |||
0 commit comments