BenoitZugmeyer / eslint-plugin-html

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

allow to pass an array of <script>-like tags to parse #137

Closed krispy1298 closed 2 years ago

krispy1298 commented 3 years ago

Add a setting for linting other types of tags as <script> tags. This was needed for certain platforms that use javascript syntax within their own tag structure.

BenoitZugmeyer commented 2 years ago

Thank you for your contribution! Sorry for the long wait :D I took the liberty of changing the option name, so it matches the existing javascript-mime-types.