Skip to content

MESSAGE_ID_MISSING_TEMPLATE

Message ID reported when a method type parameter has no matching @typeParam tag.

Import:

import { MESSAGE_ID_MISSING_TEMPLATE } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/require-method-template';

Signature:

const MESSAGE_ID_MISSING_TEMPLATE: "missingTemplate"

Type: “missingTemplate”