UNPKG

@rushstack/eslint-plugin

Version:

An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package

9 lines 246 B
import { TSESLint } from '@typescript-eslint/utils'; interface IPlugin { rules: { [ruleName: string]: TSESLint.RuleModule<string, unknown[]>; }; } declare const plugin: IPlugin; export = plugin; //# sourceMappingURL=index.d.ts.map