Skip to content

MESSAGE_ID_BASE_NOT_ABSTRACT

Message ID reported when a class name ends with ComponentBase but the class is not abstract.

Import:

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

Signature:

const MESSAGE_ID_BASE_NOT_ABSTRACT: "componentBaseNotAbstract"

Type: “componentBaseNotAbstract”