UNPKG

piral-cli

Version:

The standard CLI for creating and building a Piral instance or a Pilet.

7 lines (6 loc) 251 B
import { PiletRuleContext } from '../types'; export type Options = 'ignore' | 'active'; /** * Checks if the used Piral instance is not referenced in the code. */ export default function (context: PiletRuleContext, options?: Options): Promise<void>;