UNPKG

eslint-plugin-html

Version:

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

17 lines (14 loc) 201 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Test</title> </head> <body> <script> <![CDATA[ console.log("a"); ]]> </script> </body> </html>