Is it possible for VS Code to validate code against Babel w/ plugins? I'm trying out some new proposed syntax features for Javascript and would like the linter to understand the new syntax.
I'm using Babel 7.
Maybe it possible for VS Code to check for errors on the compiled file then use sourcemaps highlight errors in code?