Feature/setup prettier plugin organize attributes (#1346)

* Setup prettier plugin: prettier-plugin-organize-attributes

* Update changelog
This commit is contained in:
Thomas Kaul
2022-10-15 10:30:12 +02:00
committed by GitHub
parent 4376b8903e
commit 1ec5fd12fe
4 changed files with 16 additions and 0 deletions

View File

@@ -1,4 +1,13 @@
{
"attributeGroups": [
"$ANGULAR_ELEMENT_REF",
"$ANGULAR_STRUCTURAL_DIRECTIVE",
"$DEFAULT",
"$ANGULAR_INPUT",
"$ANGULAR_TWO_WAY_BINDING",
"$ANGULAR_OUTPUT"
],
"attributeSort": "ASC",
"endOfLine": "auto",
"printWidth": 80,
"singleQuote": true,