aurelia / template-lint

Sanity check of Aurelia-flavor template HTML
Apache License 2.0
56 stars 17 forks source link

Warn when using <template> without a template-controller attribute #139

Open MeirionHughes opened 7 years ago

MeirionHughes commented 7 years ago
<template>
  <template>
     hello world
  </template>
<template>

will be left unprocessed by aurelia and not show up.