UNPKG

eslint-plugin-html

Version:

A ESLint plugin to lint and fix inline scripts contained in HTML files.

9 lines (8 loc) 123 B
<html> <head> <title>Test page</title> </head> <body> <script>document.write("Hello world!");</script> </body> </html>