Enable djlint H008 and fix issues (#26869)

Enable `H008 | Attributes should be double quoted` and fix issues.
This commit is contained in:
silverwind
2023-09-01 19:32:39 +02:00
committed by GitHub
parent 5743d7cb5b
commit a625f3a761
6 changed files with 14 additions and 14 deletions

View File

@@ -12,4 +12,4 @@ djlint = "1.32.1"
[tool.djlint]
profile="golang"
ignore="H005,H006,H008,H013,H016,H020,H021,H030,H031"
ignore="H005,H006,H013,H016,H020,H021,H030,H031"