如何在 Visual Studio 2017 中禁用 JavaScript 构建错误

How to disable JavaScript build error in Visual Studio 2017?(如何在 Visual Studio 2017 中禁用 JavaScript 构建错误?)
本文介绍了如何在 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:

  1. 打开工具>选项
  2. 导航到 文本编辑器 >JavaScript/TypeScript >EsLint(在 VS2017 15.8 中是 Linting 而不是 EsLint)
  3. Enable ESLint 设置为 False
  1. Open Tools > Options
  2. Navigate to Text Editor > JavaScript/TypeScript > EsLint (in VS2017 15.8 it is Linting not EsLint)
  3. Set Enable ESLint to False

Visual Studio >= 15.8.5

Visual Studio >= 15.8.5

这篇关于如何在 Visual Studio 2017 中禁用 JavaScript 构建错误?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Update another component when Formik form changes(当Formik表单更改时更新另一个组件)
Formik validation isSubmitting / isValidating not getting set to true(Formik验证正在提交/isValiating未设置为True)
React Validation Max Range Using Formik(使用Formik的Reaction验证最大范围)
Validation using Yup to check string or number length(使用YUP检查字符串或数字长度的验证)
Updating initialValues prop on Formik Form does not update input value(更新Formik表单上的初始值属性不会更新输入值)
password validation with yup and formik(使用YUP和Formick进行密码验证)