sk- / html-linter

HTML5 Linter based on Google Style Guide
Apache License 2.0
7 stars 6 forks source link

Are non javascript script tags harmful? #1

Open sk- opened 9 years ago

sk- commented 9 years ago

For files with handlebars templates like <script id="template" type="text/x-handlebars-template"> the following error is shown:

line 22, col 1: Error: Separation of concerns: Javascript should be defined in its own file: Move the contents of this tag to its own JS file.