UNPKG

dclint

Version:

A command-line tool for validating and enforcing best practices in Docker Compose files.

8 lines (7 loc) 314 B
/** * Formatter for Reviewdog <https://github.com/reviewdog/reviewdog> * Scheme <https://github.com/reviewdog/reviewdog/blob/master/proto/rdf/jsonschema/Diagnostic.json> */ import type { FormatterFunction } from './formatter.types'; declare const rdjsonFormatter: FormatterFunction; export { rdjsonFormatter };