# "max-lines" Rule Limits the size of the template. ## Notes - This rule does **not** dependent on abstract tree build; ## Configuration Following are the available configurations for this rule, with default values: ```js "max-lines": { max: 350 } ``` [generic-config]: <../generic-rule-config.md>