Create .prettierrc.yaml

This commit is contained in:
Michał 2024-05-04 16:23:28 +01:00 committed by GitHub
parent d25b9accda
commit a1b7ac4dab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

4
.prettierrc.yaml Normal file
View file

@ -0,0 +1,4 @@
trailingComma: "es5"
tabWidth: 4
semi: true
singleQuote: false