Skip to content

requireSuperCall

ESLint rule requiring override methods to call super.methodName(), so the base implementation is not silently skipped.

Import:

import { requireSuperCall } from 'obsidian-dev-utils/script-utils/linters/eslint-rules/require-super-call';

Signature:

const requireSuperCall: Rule.RuleModule

Type: Rule.RuleModule


Links to this page: