noUsedUnderscoreVariables
ESLint rule disallowing _-prefixed parameters and local variables that are actually used, since the prefix advertises them as unused.
Import:
import { noUsedUnderscoreVariables } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/no-used-underscore-variables';Signature:
const noUsedUnderscoreVariables: Rule.RuleModuleType: Rule.RuleModule
Links to this page: