UNPKG

@sasjs/cli

Version:

Command line interface for SASjs

7 lines (6 loc) 254 B
/** * Creates a SASjs Lint configuration file. * Its name will be of the form '.sasjslint' * @param {string} parentFolderName- the name of the project folder. */ export declare const createLintConfigFile: (parentFolderName: string) => Promise<void>;