任何人都知道如何使用tslint直接运行Angular CLI lint?
我在CLI目录的根级别尝试过的事情:
tslint -p tsconfig.json -c tslint.json
tslint -p src/tsconfig.app.json -c tslint.json
tslint --project src/tsconfig.app.json
在Visual Code studio中,我看到了Angular CLI(node_module / codelyzer)特定错误。我ng lint
也看到了它。
无论如何在Angular CLI之外获得相同的行为?