UNPKG

dclint

Version:

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

3 lines (2 loc) 142 B
declare const findFilesForLinting: (paths: string[], recursive: boolean, excludePaths: string[]) => string[]; export { findFilesForLinting };