add(format): implement formatting and format check tasks for source files

This commit is contained in:
HendrikRauh 2026-03-05 22:46:53 +01:00
parent 82a7efad5e
commit fa08fcfe65
6 changed files with 164 additions and 2 deletions

14
.prettierignore Normal file
View file

@ -0,0 +1,14 @@
# Ignore build artifacts and generated files
build/
managed_components/
.direnv/
*.lock
# Ignore sdkconfig (generated)
sdkconfig
sdkconfig.old
# SVGs are formatted with svgo instead
*.svg
# Ignore dependencies
dependencies.lock