UNPKG

@perfective/eslint-config

Version:
9 lines (8 loc) 275 B
import { Linter } from 'eslint'; import { Glob } from '../../linter/glob'; /** * Creates a flat config for `eslint-plugin-testing-library` for a given list of files globs. * * @since v0.31.0 */ export declare function testingLibraryConfig(files?: Glob[]): Linter.Config;