UNPKG

dclint

Version:

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

5 lines (4 loc) 186 B
import type { Config } from '../config/config.types'; import type { Rule } from '../rules/rules.types'; declare function loadLintRules(config: Config): Rule[]; export { loadLintRules };