[ADD] global: add pre-commit process

This commit is contained in:
jscampucci
2025-09-15 11:43:19 +02:00
parent 3d67b41a58
commit 39aef0d942
8 changed files with 667 additions and 0 deletions

8
.prettierrc.yml Normal file
View File

@@ -0,0 +1,8 @@
# Defaults for all prettier-supported languages.
# Prettier will complete this with settings from .editorconfig file.
bracketSpacing: false
printWidth: 88
proseWrap: always
semi: true
trailingComma: "es5"
xmlWhitespaceSensitivity: "strict"