UNPKG

@o3r/core

Version:
8 lines 344 B
import type { SchematicOptionObject } from '@o3r/schematics'; export interface NgAddConfigSchematicsSchema extends SchematicOptionObject { /** Path to the component */ path: string; /** Skip the linter process which includes the run of EsLint and EditorConfig rules */ skipLinter: boolean; } //# sourceMappingURL=schema.d.ts.map