UNPKG

@ui5/linter

Version:

A static code analysis tool for UI5

9 lines (8 loc) 325 B
import type { ArgumentsCamelCase } from "yargs"; import type LinterArgs from "../LinterArgs.js"; /** * Base middleware for CLI commands. * * This middleware should be executed for every CLI command to enable basic features (e.g. logging). */ export default function (argv: ArgumentsCamelCase<LinterArgs>): Promise<void>;