noRestrictedImports (not released)
Diagnostic Category: lint/nursery/noRestrictedImports
Source: no-restricted-imports
Disallow specified modules when loaded by import or require.
Options
Section titled Options{ "noRestrictedImports": { "options": { "paths": { "lodash": "Using lodash is not encouraged", "underscore": "Using underscore is not encouraged" } } }}