I managed to remove the errors by disabling the checks:
{ "javascript.validate.enable": false, "html.validate.styles": false, "html.validate.scripts": false, "css.validate": false, "scss.validate": false }
Obs: My project is a PWA using StyledComponents, React, Flow, Eslint and Prettier.
Rafael Santos Sรก 09 Oct '17 at 13:28 2017-10-09 13:28
source share