@appworks/doctor
Version:
Analyse and running codemods over react/rax projects, troubleshooting and automatically fixing errors
6 lines (5 loc) • 320 B
TypeScript
import { IFileInfo } from '../../types/File';
import { RuleKey } from '@applint/applint';
import { IStylelintReports } from '../../types/Scanner';
declare function getStylelintReports(directory: string, files: IFileInfo[], ruleKey: RuleKey, fix: boolean): Promise<IStylelintReports>;
export default getStylelintReports;