tool: add a linter for html and css and apply it

This commit is contained in:
Alexis Fourmaux 2026-05-11 22:08:32 +02:00
parent 4bd3ab2d2d
commit 97ca3813e8
4 changed files with 23 additions and 13 deletions

View file

@ -0,0 +1,4 @@
{
"singleQuote": false,
"htmlWhitespaceSensitivity": "css"
}