feat: add linting option and implement linting for generated TypeScript files
This commit is contained in:
@@ -9,4 +9,5 @@ export interface CliOptions {
|
||||
skipInstall?: boolean;
|
||||
dryRun?: boolean;
|
||||
selectEndpoints?: boolean;
|
||||
skipLint?: boolean;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user