You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For simplicity's sake, this plugin relies on the ESLint parserOption.sourceType configuration to consider inline scripts as "traditional" or "module" (see doc). It does not consider type="module" as "module" by default, and you can't have a mix of traditional and "module" inline scripts in a single HTML file.
Description
Setup configuration
Optional: custom plugin for debugging
Aditional context
Actual
eslint log
plugin log
the second script tag not reach plugin
the second script tag reach plugin with wrong
node.sourceType
Expected
eslint log
Plugin log
The text was updated successfully, but these errors were encountered: