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
Add /*eslint eqeqeq: ["error", "smart"]*/ to the first line of your Javascript code to remove the errors. https://eslint.org/docs/rules/eqeqeq
/*eslint eqeqeq: ["error", "smart"]*/
Following Mohammad's solution will turn off ESLint for syntax checking. This works in VS2015 and should work in later versions.