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.
Notes:
TS Only
Has Fixer
Config
Not configurable.
Config examples
"no-internal-module": true
Schema
null