# san/valid-template-root
enforce valid template root
- ⚙️ This rule is included in all of
"plugin:san/essential"
,"plugin:san/strongly-recommended"
and"plugin:san/recommended"
.
This rule checks whether every template root is valid.
# 📖 Rule Details
This rule reports the template root in the following cases:
<!-- There is no root element -->
<template></template>
# 🔧 Options
Nothing.