Javascript TSLINT:如何将“黑名单”列入;导入*as";图案

Javascript TSLINT:如何将“黑名单”列入;导入*as";图案,javascript,typescript,tslint,Javascript,Typescript,Tslint,我想将特定lib的导入为*模式 例如: import * as _ from 'lodash'; // <-- Should be blacklisted! import { get } from 'lodash'; // Meant to be used instead 从“lodash”导入*as uuu//

我想将特定lib的
导入为*
模式

例如:

import * as _ from 'lodash'; // <-- Should be blacklisted!

import { get } from 'lodash'; // Meant to be used instead
从“lodash”导入*as uuu//