Skip to content

⬅️ Back to Table of Contents

📄 RuleCreator.test.ts

📊 Analysis Summary

Metric Count
📦 Imports 1
📐 Interfaces 1

📚 Table of Contents

🛠️ File Location:

📂 packages/utils/tests/eslint-utils/RuleCreator.test.ts

📦 Imports

Name Source
ESLintUtils ../../src

Interfaces

TestDocs

Interface Code
interface TestDocs {
    recommended?: 'yes';
  }

Properties

Name Type Optional Description
recommended 'yes'