How to disable JavaScript build error in Visual Studio 2017?(如何在 Visual Studio 2017 中禁用 JavaScript 构建错误?)
问题描述
我刚刚将 Visual Studio 2017 从 RC 更新为最终版本.我没有收到以下错误,但最近我收到了这个错误.在构建项目时,我收到以下错误,它会阻止 Web 项目启动:
I just updated Visual Studio 2017 from RC to final. I didn’t get the following error but recently I get this error. In building the project, I get the following error and it prevents the web project to start:
Severity Code Description Project File Line Suppression State
Error eqeqeq (ESLint) Expected '===' and instead saw '=='. VistaBest.Shop.Web C:***Request.js 21
如何在 Visual Studio 2017 中禁用 JavaScript 构建错误?
How can I disable JavaScript building error in Visual Studio 2017?
推荐答案
我想,找到解决办法:
I think, find the solution:
- 打开
工具>选项
- 导航到
文本编辑器 >JavaScript/TypeScript >EsLint
(在 VS2017 15.8 中是Linting
而不是EsLint
) - 将
Enable ESLint
设置为False
- Open
Tools > Options
- Navigate to
Text Editor > JavaScript/TypeScript > EsLint
(in VS2017 15.8 it isLinting
notEsLint
) - Set
Enable ESLint
toFalse
Visual Studio >= 15.8.5
Visual Studio >= 15.8.5
这篇关于如何在 Visual Studio 2017 中禁用 JavaScript 构建错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:如何在 Visual Studio 2017 中禁用 JavaScript 构建错误


基础教程推荐
- Bokeh Div文本对齐 2022-01-01
- Bootstrap 模态出现在背景下 2022-01-01
- Fabric JS绘制具有活动形状的多边形 2022-01-01
- fetch 是否支持原生多文件上传? 2022-01-01
- 如何添加到目前为止的天数? 2022-01-01
- 即使用户允许,Gmail 也会隐藏外部电子邮件图片 2022-01-01
- npm start 错误与 create-react-app 2022-01-01
- 检查 HTML5 拖放文件类型 2022-01-01
- 原生拖动事件后如何获取 mouseup 事件? 2022-01-01
- 在 contenteditable 中精确拖放 2022-01-01