How to disable JavaScript build error in Visual Studio 2017?

后端 未结 7 608
Happy的楠姐
Happy的楠姐 2021-01-30 04:31

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 pre

7条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-30 05:17

    I think, find the solution:

    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

提交回复
热议问题