Rule: no-internal-module
Disallows internal module
Rationale
Using module
leads to a confusion of concepts with external modules. Use the newer namespace
keyword instead.
Config
Not configurable.
Examples
"no-internal-module": true
Schema
null