4 lines
94 B
TypeScript
4 lines
94 B
TypeScript
import type { Linter } from 'eslint';
|
|
declare const config: Linter.Config[];
|
|
export = config;
|