Skip to content

Commit 4c73315

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent 71dc8dd commit 4c73315

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

client/dom/index.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ test('cloudcmd: client: dom: getCSSVar', (t) => {
4141
const result = getCSSVar('hello', {
4242
body,
4343
});
44+
4445
delete global.getComputedStyle;
4546

4647
t.notOk(result);

static/manifest.json

Lines changed: 11 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
1-
{
2-
"short_name": "CloudCMD",
3-
"name": "Cloud Commander",
4-
"display": "standalone",
5-
"start_url": "..",
6-
"icons": [
7-
{
8-
"src": "../img/favicon/favicon-256.png",
9-
"type": "image/png",
10-
"sizes": "256x256"
11-
}
12-
]
13-
}
14-
1+
{
2+
"short_name": "CloudCMD",
3+
"name": "Cloud Commander",
4+
"display": "standalone",
5+
"start_url": "..",
6+
"icons": [{
7+
"src": "../img/favicon/favicon-256.png",
8+
"type": "image/png",
9+
"sizes": "256x256"
10+
}]
11+
}

0 commit comments

Comments
 (0)