tslint-etc
Version:
More rules for TSLint
18 lines (17 loc) • 622 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Rule = void 0;
const noDtslintTypoRule_1 = require("./noDtslintTypoRule");
class Rule extends noDtslintTypoRule_1.Rule {
}
exports.Rule = Rule;
Rule.metadata = {
deprecationMessage: "Use the no-dtslint-typo rule instead.",
description: "Disallows dtslint $ExpectType and $ExpectError expectations if the $ is missing.",
options: null,
optionsDescription: "Not configurable.",
requiresTypeInfo: false,
ruleName: "no-missing-dollar-expect",
type: "functionality",
typescriptOnly: false,
};