DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
344 Bytes
import type { Linter } from 'eslint';
export * as meta from '../meta';
/** preprocess */
export declare function preprocess(code: string, filename: string): string[];
/** postprocess */
export declare function postprocess([messages]: Linter.LintMessage[][], filename: string): Linter.LintMessage[];
export declare const supportsAutofix = true;