import { LintRules } from '../workspace/analysis-options';

export interface ChangeLintsGeneratorSchema {
  lints: LintRules;
}
