UNPKG

@rushstack/eslint-config

Version:

A TypeScript ESLint ruleset designed for large teams and projects

7 lines 292 B
import type { Linter } from 'eslint'; interface IWithoutTypeInformationOptions { files: string[]; } declare function withoutTypeInformation(options: IWithoutTypeInformationOptions): Linter.Config[]; export { withoutTypeInformation }; //# sourceMappingURL=without-type-information.d.ts.map