Skip to content

MESSAGE_ID_MUST_BE_ROOT_OBJECT

Message ID reported when the manifest’s top-level value is not an object.

Import:

import { MESSAGE_ID_MUST_BE_ROOT_OBJECT } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/manifest-schema';

Signature:

const MESSAGE_ID_MUST_BE_ROOT_OBJECT: "mustBeRootObject"

Type: “mustBeRootObject”