import { Linter } from 'eslint';

type Config = Linter.Config;

export type { Config as C };
