UNPKG

@routineless/nx-aws-cdk

Version:
10 lines (8 loc) 210 B
import type { Linter } from '@nx/eslint' export interface PresetGeneratorSchema { unitTestRunner?: 'jest' | 'none' linter?: Linter infraAppName?: string lambdaAppName?: string skipFormat?: boolean }