#3489·jshint

Allow linting of inline module scripts in html file

Author: rbruckheimerCreated Jun 30, 2020Updated May 14, 2025
LabelsP2good first issueHas PR

Forgive me if this is duplicate, but I could not find this issue anywhere.

JSHint 2.11.0 Using jshint --extract-always *.html to scan and lint inline scripts in my html files works for plain old script tags, but if type="module" it will not lint what's inside.

Is there a switch for this?