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
Tools > OptionsText Editor > JavaScript/TypeScript > Code ValidationEnable JavaScript errors to falseEnable JavaScript errors to true and Show errors as warnings to trueI needed to restart Visual Studio for this to take effect.
There is another option below which will let you edit your global linting settings:
You can also create a file named .eslintrc in the root of your project.
See @user9153924's answer