test(config-audit): add baseline-all-a fixture + grade-stability regression test

This commit is contained in:
Kjell Tore Guttormsen 2026-04-19 22:32:40 +02:00
commit 350cebc39c
8 changed files with 167 additions and 0 deletions

View file

@ -0,0 +1,4 @@
// Sample TypeScript source file to satisfy rule glob patterns.
export function hello(name: string): string {
return `Hello, ${name}`;
}