@rushstack/eslint-plugin
Version:
An ESLint plugin providing supplementary rules for use with the @rushstack/eslint-config package
6 lines • 312 B
TypeScript
import type { TSESLint } from '@typescript-eslint/utils';
export declare const MESSAGE_ID: 'error-external-local-imports';
type RuleModule = TSESLint.RuleModule<typeof MESSAGE_ID, []>;
export declare const noExternalLocalImportsRule: RuleModule;
export {};
//# sourceMappingURL=no-external-local-imports.d.ts.map