Skip to content
1 min read · 19 words

Variable: artifactToolForbidsArtifactConstructor

ts
const artifactToolForbidsArtifactConstructor: RuleModuleWithName<
  "forbidArtifactConstructor",
  [],
  unknown,
  RuleListener
>;

Defined in: src/eslint/rules/artifact_tool_forbids_artifact_constructor.ts:33

ESLint rule: flags new ArtifactTool({ … }) that sets the forbidden artifactConstructor option.