๐Ÿ“ฆ ljharb / eslint-config

๐Ÿ“„ 0.4.d.mts ยท 11 lines
1
2
3
4
5
6
7
8
9
10
11import type { Linter } from 'eslint';

export type { Linter };

export type Config = Linter.Config;
export type FlatConfig = Config[];

declare const flatConfig: FlatConfig;

export default flatConfig;