⬅️ Back to Table of Contents
📄 RuleTester.ts
📊 Analysis Summary
Metric |
Count |
🔧 Functions |
1 |
📦 Imports |
1 |
🔄 Re-exports |
1 |
📚 Table of Contents
🛠️ File Location:
📂 packages/eslint-plugin-internal/tests/RuleTester.ts
📦 Imports
Name |
Source |
path |
node:path |
Re-exports
Type |
Source |
Exported Names |
named |
@typescript-eslint/rule-tester |
RuleTester |
Functions
getFixturesRootDir(): string
Code
export function getFixturesRootDir(): string {
return path.join(__dirname, 'fixtures');
}
- Return Type:
string
- Calls:
path.join