๐Ÿ“ฆ ljharb / eslint-config

๐Ÿ“„ index.d.ts ยท 7 lines
1
2
3
4
5
6
7import type { Linter } from 'eslint';

declare const config: Linter.LegacyConfig & typeof import('./eslint-config.json');

export = config;