Rule: no-reference

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.

Config

Not configurable.

Config examples
"no-reference": true
Schema
null