eslint-plugin-obsidian
Version:
ESLint rules for Obsidian
8 lines • 331 B
TypeScript
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