๐Ÿ“ฆ ljharb / eslint-config

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

declare const parser: Linter.Parser;

export = parser;