--- pageClass: "rule-details" sidebarDepth: 0 title: "lodash-template/html-closing-bracket-spacing" description: "require or disallow a space before tag's closing brackets. (ex. :ok: `` `` :ng: `` ``)" --- # lodash-template/html-closing-bracket-spacing > require or disallow a space before tag's closing brackets. (ex. :ok: `` `` :ng: `` ``) - :gear: This rule is included in `"plugin:lodash-template/recommended-with-html"` 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 enforces consistent spacing style before closing brackets `>` of tags. ```html