MESSAGE_ID
Message ID reported when a variable carries a _ prefix (signalling unused) but is actually used.
Import:
import { MESSAGE_ID } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/no-used-underscore-variables';Signature:
const MESSAGE_ID: "noUsedUnderscoreVariables"Type: “noUsedUnderscoreVariables”