UNPKG

eslint-config-proste

Version:
9 lines (7 loc) 329 B
import { Linter } from 'eslint'; import { BaseConfigOptions } from '../utils/types'; import { ReactVersion } from '../utils/internal'; export declare function getReactConfig({ overrides, version, compiler, }: BaseConfigOptions<{ version: ReactVersion; compiler: boolean; }>): Promise<Linter.Config<Linter.RulesRecord>>;