MCPcopy
hub / github.com/pqoqubbw/icons / Issue

Interface Issue

scripts/check-icon-style.ts:4–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import { join } from "node:path";
3
4interface Issue {
5 file: string;
6 line: number;
7 name: string;
8 suggestion: string;
9}
10
11const UPPER_CASE_RE = /^[A-Z][A-Z0-9_]*$/;
12const ICON_COMPONENT_RE = /Icon$/;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected