Skip to content

MESSAGE_ID_MISSING_SUFFIX

Message ID reported when a class extends Component but its name does not end with Component.

Import:

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

Signature:

const MESSAGE_ID_MISSING_SUFFIX: "requireComponentSuffix"

Type:requireComponentSuffix