BenoitZugmeyer / eslint-plugin-html

An ESLint plugin to extract and lint scripts from HTML files.
ISC License
437 stars 51 forks source link

fix: use languageOptions.sourceType to check for module #274

Closed BenoitZugmeyer closed 6 months ago

BenoitZugmeyer commented 6 months ago

ESLint 9 exposes the sourceType in languageOptions, not in parserOptions