UNPKG

@hint/hint-typescript-config

Version:

hint that that checks if the TypeScript configuration is valid.

7 lines 344 B
import { HintContext, IHint } from 'hint'; import { TypeScriptConfigEvents } from '@hint/parser-typescript-config'; export default class TypeScriptConfigNoComments implements IHint { static readonly meta: import("hint").HintMetadata; constructor(context: HintContext<TypeScriptConfigEvents>); } //# sourceMappingURL=no-comments.d.ts.map