Feature/upgrade prettier to version 3 (#2163)

* Upgrade prettier to version 3.0.2

* Prettify code

* Update changelog
This commit is contained in:
Thomas Kaul
2023-08-27 11:13:11 +02:00
committed by GitHub
parent 7ddd6f27b5
commit 0b59fc639d
17 changed files with 47 additions and 57 deletions

View File

@@ -9,6 +9,7 @@
],
"attributeSort": "ASC",
"endOfLine": "auto",
"plugins": ["prettier-plugin-organize-attributes"],
"printWidth": 80,
"singleQuote": true,
"tabWidth": 2,