gpt4 book ai didi

javascript - 为 VS2017 设置 TSLint

转载 作者:可可西里 更新时间:2023-11-01 02:57:49 25 4
gpt4 key购买 nike

我尝试安装这个插件:Web Analyzer ,可惜在VS 2017中无法安装,显示:

VSIXInstaller.NoApplicableSKUsException: This extension is not installable on any currently installed products.

我想知道是否有一种方法可以在 VS 中设置 tslint 或者是否有任何其他方法来检查语法?

最佳答案

由于这是谷歌的最高结果,我想添加一个更新的答案。微软现在有一个 tslint 插件,可以与 Typescript 3+ 以及跨 Visual Studio、VSCode 和其他编辑器一起使用:

https://github.com/Microsoft/typescript-tslint-plugin

设置

安装依赖

npm install --save-dev typescript tslint typescript-tslint-plugin

添加到 tsconfig.json:

{
"compilerOptions": {
"plugins": [
{
"name": "typescript-tslint-plugin"
}
]
}
}

使用 lint 进行开发!

关于javascript - 为 VS2017 设置 TSLint,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42824723/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com