UNPKG

@rushstack/eslint-plugin

Version:

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

6 lines 286 B
import { TSESLint } from '@typescript-eslint/utils'; type MessageIds = 'error-untyped-underscore'; type Options = []; declare const noUntypedUnderscoreRule: TSESLint.RuleModule<MessageIds, Options>; export { noUntypedUnderscoreRule }; //# sourceMappingURL=no-untyped-underscore.d.ts.map