UNPKG

eslint-plugin-export-scope

Version:

Don't leak LOCAL utils, states, components into the global scope

5 lines (4 loc) 293 B
import type { TSESTree } from "@typescript-eslint/utils"; import { RuleContext } from "@typescript-eslint/utils/ts-eslint"; import type { MessageIdsType } from "./esLintRule"; export declare const validateJsDoc: (context: RuleContext<MessageIdsType, never[]>, node: TSESTree.Program) => void;