Compare commits

..

2 commits

Author SHA1 Message Date
Bea
4b72ee61f3
chore: add global prettier ignore file
As prettier is not configured for this project, and the style doesn't
meet prettier's opinionated defaults, it's worth dropping this blanket
ignore until such a time (if ever) a prettier config is produced that
matches the styleguide of this project.
2026-03-24 19:00:41 +00:00
Bea
faf46c3661
chore: editorconfig matching existing code format styles 2026-03-24 18:19:15 +00:00

View file

@ -1,5 +0,0 @@
{
"recommendations": [
"editorconfig.editorconfig"
]
}