refactor: Add tests/site to fmt exclude list

This commit is contained in:
Foster Hangdaan 2025-02-19 18:08:58 -05:00
parent a2a45ca558
commit 3d3c363b94
Signed by: foster
GPG key ID: E48D7F49A852F112

View file

@ -10,5 +10,10 @@
"@std/path": "jsr:@std/path@1.0.8",
"@std/testing": "jsr:@std/testing@1.0.4",
"lume/": "https://deno.land/x/lume@v2.4.1/"
},
"fmt": {
"exclude": [
"tests/site"
]
}
}