Skip to content

⬅️ Back to Table of Contents

📄 no-dynamic-delete.test.ts

📊 Analysis Summary

Metric Count
📦 Imports 3
📊 Variables & Constants 1

📚 Table of Contents

🛠️ File Location:

📂 packages/eslint-plugin/tests/rules/no-dynamic-delete.test.ts

📦 Imports

Name Source
RuleTester @typescript-eslint/rule-tester
rule ../../src/rules/no-dynamic-delete
getFixturesRootDir ../RuleTester

Variables & Constants

Name Type Kind Value Exported
ruleTester any const `new RuleTester({
languageOptions: {
parserOptions: {
project: './tsconfig.json',
tsconfigRootDir: rootPath,
},
},
})`