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