UNPKG

eslint-plugin-html

Version:

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

12 lines (11 loc) 152 B
<!DOCTYPE html> <html> <head> <title>Test</title> </head> <body> <script> console.log(); </script> </body> </html>