eslint-plugin-export-scope
Version:
Don't leak LOCAL utils, states, components into the global scope
5 lines (4 loc) • 311 B
TypeScript
import type { RuleContext } from "@typescript-eslint/utils/ts-eslint";
import type { MessageIdsType } from "./esLintRule";
import { type TSESTree } from "@typescript-eslint/utils";
export declare const validateScopeFileScopePath: (context: RuleContext<MessageIdsType, never[]>, node: TSESTree.Literal) => void;