UNPKG

codelyzer

Version:

Linting for Angular applications, following angular.io/styleguide.

8 lines (7 loc) 301 B
import { IOptions, IRuleMetadata } from 'tslint/lib'; import { MetadataPropertyBase } from './metadataPropertyBase'; export declare class Rule extends MetadataPropertyBase { static readonly metadata: IRuleMetadata; static readonly FAILURE_STRING: string; constructor(options: IOptions); }