lint: tidy spaces inside spans

This commit is contained in:
Justin Chadwell 2022-07-27 14:25:57 +01:00
parent 321085b4bb
commit ad45d2d936
17 changed files with 20 additions and 17 deletions

View File

@ -8,3 +8,6 @@ rule 'no-multiple-space-atx'
rule 'no-missing-space-closed-atx'
rule 'no-multiple-space-closed-atx'
rule 'hr-style'
rule 'no-space-in-emphasis'
rule 'no-space-in-code'
rule 'no-space-in-links'