1
0
Fork 0

introduce .prettierrc

With this pullrequest I introduce .prettierrc with one rule:
'trailingComma': 'none'
This commit is contained in:
Jascha Ezra Urbach 2023-10-14 17:52:58 +02:00
parent 16b7db4639
commit 0f79aea36f
No known key found for this signature in database
GPG key ID: A43A844B114F9B08
5 changed files with 60 additions and 59 deletions

1
.prettierrc Normal file
View file

@ -0,0 +1 @@
'trailingComma': 'none'