dclint
Version:
A command-line tool for validating and enforcing best practices in Docker Compose files.
8 lines (7 loc) • 316 B
TypeScript
export { codeclimateFormatter } from './codeclimate';
export { compactFormatter } from './compact';
export { githubFormatter } from './github';
export { jsonFormatter } from './json';
export { junitFormatter } from './junit';
export { rdjsonFormatter } from './rdjson';
export { stylishFormatter } from './stylish';