UNPKG

eslint-rule-benchmark

Version:

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

10 lines (9 loc) 290 B
import { Loader } from 'lilconfig' /** * Loader for JavaScript and TypeScript files using jiti. * * @param filepath - Path to the file to load. * @param _content - Content of the file (not used). * @returns Loaded and processed configuration. */ export declare let jitiLoader: Loader