Skip to content

⬅️ Back to Table of Contents

📄 createRule.ts

📊 Analysis Summary

Metric Count
📦 Imports 1
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/eslint-plugin-internal/src/util/createRule.ts

📦 Imports

Name Source
ESLintUtils @typescript-eslint/utils

Interfaces

ESLintPluginInternalDocs

Interface Code
export interface ESLintPluginInternalDocs {
  requiresTypeChecking?: true;
}

Properties

Name Type Optional Description
requiresTypeChecking true