UNPKG

@sasjs/lint

Version:

Linting and formatting for SAS code

7 lines (6 loc) 282 B
/** * Returns the absolute path to the location of the .sasjslint file. * Traverses the folder tree until the .sasjslint file is found. * @returns {Promise<string>} the path to the folder containing the lint config. */ export declare function getProjectRoot(): Promise<string>;