UNPKG

dclint

Version:

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

18 lines (17 loc) 665 B
import codeclimateFormatter from './codeclimate'; import compactFormatter from './compact'; import jsonFormatter from './json'; import junitFormatter from './junit'; import stylishFormatter from './stylish'; import githubFormatter from './github'; import rdjsonFormatter from './rdjson'; declare const _default: { codeclimateFormatter: typeof codeclimateFormatter; compactFormatter: typeof compactFormatter; jsonFormatter: typeof jsonFormatter; junitFormatter: typeof junitFormatter; stylishFormatter: typeof stylishFormatter; githubFormatter: typeof githubFormatter; rdjsonFormatter: typeof rdjsonFormatter; }; export default _default;