UNPKG

eslint-plugin-allowed-dependencies

Version:
18 lines (15 loc) 616 B
import { TSESLint } from '@typescript-eslint/utils'; declare const _default: { rules: { dependencies: TSESLint.RuleModule<"typeOnly" | "prohibited", { packageDir?: string | undefined; typeOnly?: string[] | undefined; ignore?: string[] | undefined; production?: boolean | "typeOnly" | undefined; optionalPeers?: boolean | "typeOnly" | undefined; requiredPeers?: boolean | "typeOnly" | undefined; development?: boolean | "typeOnly" | undefined; }[], unknown, TSESLint.RuleListener>; }; }; export = _default;