Skip to content

MESSAGE_ID_ABSTRACT_NEEDS_BASE

Message ID reported when an abstract class extends Component but its name does not end with ComponentBase.

Import:

import { MESSAGE_ID_ABSTRACT_NEEDS_BASE } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/require-component-suffix';

Signature:

const MESSAGE_ID_ABSTRACT_NEEDS_BASE: "abstractNeedsComponentBase"

Type: “abstractNeedsComponentBase”