init repo 17.0

This commit is contained in:
Jérémy Didderen
2023-12-14 02:27:13 +01:00
commit 65089a2008
14 changed files with 723 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"