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