UNPKG

@kcws/lintstaged-config

Version:
23 lines 518 B
import type { IBaseActionOptions, BaseActionFn } from "./_base"; /** * Option for create shellcheck command * * @beta */ export interface IShellcheckOptions extends IBaseActionOptions { } /** * create command with input option * * @remarks * * Function type: {@link BaseActionFn} and * Option type: {@link IShellcheckOptions} * * @param option - customize option * @returns command * * @beta */ export declare const shellcheck: BaseActionFn<IShellcheckOptions>; //# sourceMappingURL=shellcheck.d.ts.map