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 > Options
Text Editor > JavaScript/TypeScript > Code Validation
Enable JavaScript errors
to false
Enable JavaScript errors
to true
and Show errors as warnings
to true
I 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