UNPKG

eslint-plugin-obsidian

Version:

ESLint rules for Obsidian

8 lines 331 B
import type { TSESTree } from '@typescript-eslint/types'; import type { Context } from '../../dto/context'; export declare function reportErrorIfDependencyIsUnresolved(context: Context, { error, param, node }: { error: boolean; param?: string; node?: TSESTree.Node; }): void; //# sourceMappingURL=errorReporter.d.ts.map