Skip to content

Commit 793f6c1

Browse files
committed
linting passing and bumping version.
1 parent 8bd63dc commit 793f6c1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

html-report/ui/src/components/header/header-statistic-component.ts

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ export class HeaderStatisticComponent extends BaseComponent {
104104
return [staticCss];
105105
}
106106

107-
@property( {type: Number})
107+
@property({ type: Number })
108108
value: number;
109109

110110
@property()
@@ -119,7 +119,9 @@ export class HeaderStatisticComponent extends BaseComponent {
119119
render() {
120120
return html`
121121
<div class=${this.colorForScore()}>
122-
<span class="grade">${this.value.toLocaleString()}${this.percentage ? '%' : ''}</span>
122+
<span class="grade"
123+
>${this.value.toLocaleString()}${this.percentage ? '%' : ''}</span
124+
>
123125
<span class="label"> ${this.label} </span>
124126
</div>
125127
`;

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@quobix/vacuum",
3-
"version": "0.0.15",
3+
"version": "0.0.17",
44
"description": "The world's fastest, most scalable and complete OpenAPI parser",
55
"type": "module",
66
"author": "Dave Shanley",

0 commit comments

Comments
 (0)