DEV: enforces style-concatenation linting rule (#8888)

This commit is contained in:
Joffrey JAFFEUX
2020-02-10 08:13:50 +01:00
committed by GitHub
parent f5f4ce90c1
commit 99ad2e408a
6 changed files with 32 additions and 15 deletions

View File

@@ -1,4 +1,8 @@
<div class='preview-area'>
<canvas width={{elementWidth}} height={{elementHeight}} style={{concat "width:" width "; height:" height ";"}}>
<div class="preview-area">
<canvas
width={{elementWidth}}
height={{elementHeight}}
style={{canvasStyle}}
>
</canvas>
</div>