# 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>
Now loading...

# 🔧 Options

Nothing.

# 🔍 Implementation

Last Updated: 10/26/2021, 7:23:11 AM