Skip to content

noRestrictedImports (since v1.6.0)

Diagnostic Category: lint/nursery/noRestrictedImports

Sources:

Disallow specified modules when loaded by import or require.

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