--- pageClass: "rule-details" sidebarDepth: 0 title: "lodash-template/no-irregular-whitespace" description: "disallow irregular whitespace outside the template tags." --- # lodash-template/no-irregular-whitespace > disallow irregular whitespace outside the template tags. - :gear: This rule is included in all of `"plugin:lodash-template/recommended"`, `"plugin:lodash-template/recommended-with-html"`, `"plugin:lodash-template/recommended-with-script"` and `"plugin:lodash-template/all"`. - :wrench: The `--fix` option on the [command line](https://eslint.org/docs/user-guide/command-line-interface#fixing-problems) can automatically fix some of the problems reported by this rule. ## Rule Details This rule disallows the irregular whitespaces. ```html <% /* eslint "lodash-template/no-irregular-whitespace": "error" */ %>