WIP - [ADD] global: add pre-commit process

This commit is contained in:
Stéphan Sainléger
2025-06-25 15:09:39 +02:00
parent 6814938949
commit 76db335030
8 changed files with 656 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"