export type JSErrorFile = Record; export type SCSSErrorFile = Record; export type FileMap = { [k: string]: { reg: RegExp; lintKeyword: string; outputFileName: string; outputFile?: string; isStyle?: boolean; isVue?: boolean; total?: number; errorFiles?: JSErrorFile[]; }; };