hint
Version:
The linting tool for the web
6 lines • 354 B
TypeScript
import { Severity } from '@hint/utils-types';
import { HintConfig } from '@hint/utils';
import { HintMetadata } from '../types';
export declare const getSeverity: (config: HintConfig | HintConfig[]) => Severity | null;
export declare const validate: (meta: HintMetadata, config: any, hintId: string) => boolean;
//# sourceMappingURL=config-hints.d.ts.map