Plugin options.

interface Options {
    allowDeprecatedDirectives: boolean;
    directives?: any;
    excludePatterns: string[];
    globPatterns: string[];
    globPatternsDetach: string[];
    hosting?: string;
    includePatterns: string[];
    jsonRecap: boolean;
    reportOnly: boolean;
}

Properties

allowDeprecatedDirectives: boolean = ...
directives?: any = ...
excludePatterns: string[] = ...
globPatterns: string[] = ...
globPatternsDetach: string[] = ...
hosting?: string = ...
includePatterns: string[] = ...
jsonRecap: boolean = ...
reportOnly: boolean = ...