DEFAULT_OPTIONS: {
    allowDeprecatedDirectives: boolean;
    directives: any;
    excludePatterns: never[];
    globPatterns: string[];
    globPatternsDetach: never[];
    hosting: undefined | string;
    includePatterns: string[];
    jsonRecap: boolean;
    reportOnly: boolean;
} = ...

Default options for the plugin.

Type declaration

  • allowDeprecatedDirectives: boolean
  • directives: any
  • excludePatterns: never[]
  • globPatterns: string[]
  • globPatternsDetach: never[]
  • hosting: undefined | string
  • includePatterns: string[]
  • jsonRecap: boolean
  • reportOnly: boolean