UNPKG

eslint-rule-benchmark

Version:

Benchmark ESLint rules with detailed performance metrics for CI and plugin development

11 lines (10 loc) 300 B
import { Loader } from 'lilconfig' /** * Loader for JSON files. * * @param _filepath - Path to the file (not used directly but required by Loader * interface). * @param content - Content of the JSON file. * @returns Parsed JSON configuration object. */ export declare let jsonLoader: Loader