Skip to content

Files

Latest commit

 

History

History
13 lines (7 loc) · 375 Bytes

no-reference.md

File metadata and controls

13 lines (7 loc) · 375 Bytes

Pattern: Use of <reference> import

Issue: -

Description

Disallows /// <reference path=> imports (use ES6-style imports instead).

Rationale: Using /// <reference path=> comments to load other files is outdated. Use ES6-style imports to reference other files.

Further Reading