Skip to content

noRestrictedImports (not released)

Diagnostic Category: lint/nursery/noRestrictedImports

Source: no-restricted-imports

Disallow specified modules when loaded by import or require.

{
"noRestrictedImports": {
"options": {
"paths": {
"lodash": "Using lodash is not encouraged",
"underscore": "Using underscore is not encouraged"
}
}
}
}