# "leading-iscache" Rule Ensures that `` tag is always among the first elements of the template, after `` tag, if they are present. ## Notes - Dependent on abstract tree build (global "disableTreeParse" configuration must **not** be true);
- Auto-fixable; ## Configuration No configuration is available for this rule. Check the [Generic Configurations for Rules][generic-config]. ## Examples ```js "leading-iscache": {} ``` For the above configuration, the following scenarios may happen: ``` // Invalid; ``` ``` // Valid; ``` ``` // Valid; ``` [generic-config]: <../generic-rule-config.md>