1 2 3 4 5 6 7import type { Linter } from 'eslint'; declare const config: Linter.LegacyConfig & typeof import('./eslint-config.json'); export = config;
1 2 3 4 5 6 7
import type { Linter } from 'eslint'; declare const config: Linter.LegacyConfig & typeof import('./eslint-config.json'); export = config;