@kcws/lintstaged-config
Version:
kamontat's lintstaged config
23 lines • 518 B
TypeScript
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