Pattern: Use of <reference>
import
Issue: -
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.