Format html (#2006)

* Upgrade prettier

* Format files with prettier
This commit is contained in:
Paulus Schoutsen
2018-11-07 09:56:43 +01:00
committed by GitHub
parent 7c2135f444
commit a58a324073
268 changed files with 10821 additions and 8543 deletions

View File

@@ -21,10 +21,7 @@ class HaTextarea extends PolymerElement {
display: block;
}
</style>
<paper-textarea
label='[[label]]'
value='{{value}}'
></paper-textarea>
<paper-textarea label="[[label]]" value="{{value}}"></paper-textarea>
`;
}