Skip to content

paramsOptionsNameMatch

ESLint rule requiring *Params/*Options type names to match their owning function or constructor, and to use the suffix that matches the sole-vs-supplementary argument convention.

Import:

import { paramsOptionsNameMatch } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/params-options-name-match';

Signature:

const paramsOptionsNameMatch: Rule.RuleModule

Type: Rule.RuleModule


Links to this page: