--- ruleName: no-reference description: Disallows `/// ` imports (use ES6-style imports instead). rationale: |- Using `/// ` comments to load other files is outdated. Use ES6-style imports to reference other files. optionsDescription: Not configurable. options: null optionExamples: - 'true' type: typescript optionsJSON: 'null' layout: rule title: 'Rule: no-reference' ---