feat: add linting option and implement linting for generated TypeScript files

This commit is contained in:
didavila
2026-03-25 11:10:08 +01:00
parent 917cc3b9cf
commit 9c14a070c6
3 changed files with 113 additions and 0 deletions

View File

@@ -9,4 +9,5 @@ export interface CliOptions {
skipInstall?: boolean;
dryRun?: boolean;
selectEndpoints?: boolean;
skipLint?: boolean;
}