跳转到内容

noRestrictedImports

此内容尚不支持你的语言。

Diagnostic Category: lint/nursery/noRestrictedImports

Since: v1.6.0

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"
}
}
}
}