@typescript-eslint/eslint-plugin
Version:
TypeScript plugin for ESLint
7 lines • 336 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';
//# sourceMappingURL=index.d.ts.map