djlint

Lint and format HTML templates with support for multiple template languages

brewmacoslinux
Try with needOr install directly
Source

About

Lint & Format HTML Templates

Commands

djlint

Examples

Lint an HTML template file and show violations$ djlint template.html
Format and fix issues in a template file in-place$ djlint --reformat template.html
Lint all HTML files in a directory recursively$ djlint --recursive ./templates/