@typescript-eslint/eslint-plugin
Version:
TypeScript plugin for ESLint
7 lines (6 loc) • 301 B
TypeScript
export { Modifiers } from './enums';
export type { PredefinedFormatsString } from './enums';
export { parseOptions } from './parse-options';
export { SCHEMA } from './schema';
export { selectorTypeToMessageString } from './shared';
export type { Context, Selector, ValidatorFunction } from './types';