UNPKG

254 BTypeScriptView Raw
1import type { Linter } from 'eslint';
2import type { ProcessorOptions } from './types';
3export declare const processorOptions: ProcessorOptions;
4export interface LinterConfig extends Linter.Config {
5 extractConfig?(filename?: string): Linter.Config;
6}