⬅️ Back to Table of Contents
📄 naming-convention.test.ts
📊 Analysis Summary
Metric |
Count |
📦 Imports |
4 |
📊 Variables & Constants |
2 |
📚 Table of Contents
🛠️ File Location:
📂 packages/eslint-plugin/tests/rules/naming-convention/naming-convention.test.ts
📦 Imports
Name |
Source |
noFormat |
@typescript-eslint/rule-tester |
RuleTester |
@typescript-eslint/rule-tester |
rule |
../../../src/rules/naming-convention |
getFixturesRootDir |
../../RuleTester |
Variables & Constants
Name |
Type |
Kind |
Value |
Exported |
ruleTester |
any |
const |
new RuleTester() |
✗ |
parserOptions |
{ project: string; tsconfigRootDir: string; } |
const |
`{ |
|
project: './tsconfig.json', |
|
|
|
|
tsconfigRootDir: rootDir, |
|
|
|
|
}` |
✗ |
|
|
|