<div dir="ltr"><div dir="ltr"><div>I have a bundle for linting JavaScript and I'm having trouble figuring out how to handle JavaScript embedded in HTML. Currently, I'm expecting that the `source.js` refers to a full file. This creates an issue since `source.js` is also part of the scope when JavaScript is embedded in HTML, causing my bundle to lint a full HTML document. Is there a way to configure the bundle to ignore embedded JavaScript, or to dynamically switch to linting only the embedded JavaScript?</div><div>                                            </div><div>This the bundle: <a href="https://github.com/ryanfitzer/eslint.tmbundle">https://github.com/ryanfitzer/eslint.tmbundle</a></div></div></div>