We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe34c2 commit b06c25cCopy full SHA for b06c25c
src/rules/no-throw-statements.ts
@@ -66,7 +66,7 @@ const meta: NamedCreateRuleCustomMeta<keyof typeof errorMessages, RawOptions> =
66
description: "Disallow throwing exceptions.",
67
recommended: "recommended",
68
recommendedSeverity: "error",
69
- requiresTypeChecking: false,
+ requiresTypeChecking: true,
70
},
71
messages: errorMessages,
72
schema,
0 commit comments